Skip to content

Commit

Permalink
[Lights] Let liblights build
Browse files Browse the repository at this point in the history
Change-Id: I53284f6581524066ca927d15a8194c6be8e5bfaa
  • Loading branch information
HazouPH committed Oct 27, 2017
1 parent a66fde3 commit 2b36fa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ PRODUCT_PACKAGES += \
libaudioutils \
libdashplayer

# Lights
PRODUCT_PACKAGES += \
lights.smi

# Stk
PRODUCT_PACKAGES += \
Stk
Expand Down
1 change: 1 addition & 0 deletions modules/lights/lights.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* limitations under the License.
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
Expand Down

0 comments on commit 2b36fa9

Please sign in to comment.