diff options
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 382d480..6a2abcd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -155,6 +155,9 @@ BOARD_HARDWARE_CLASS += \ # Keymaster TARGET_PROVIDES_KEYMASTER := true +# Lights +TARGET_PROVIDES_LIBLIGHT := true + # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 |