diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-04-09 23:20:09 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-10 20:30:45 +0200 |
commit | 2e4c6698ccf29207cb578d5a3b3e6f7817d894b8 (patch) | |
tree | 5ea67e00ba5e0e8f537e51339bd1d86d17388bfb /BoardConfigCommon.mk | |
parent | 2cfeaeaf1b5bc3ae120bf2704bc39ab1fb89c316 (diff) |
msm8996-common: Remove legacy lights HAL flag
* The flag is no longer needed, since the new native binderized
lights HAL is being built in place of the legacy one.
Change-Id: I7dd516d0ac73152082983766b29289479be62af0
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 80021c1..1bf6f8d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -155,9 +155,6 @@ BOARD_HARDWARE_CLASS += \ # Keymaster TARGET_PROVIDES_KEYMASTER := true -# Lights -TARGET_PROVIDES_LIBLIGHT := true - # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 |