klte-common: Build consumerir

* No more evil nasty blobs

Change-Id: Id9e6cad5fc7f759113d994f7d40b2227a3f82016
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
This commit is contained in:
Paul Keith 2016-10-21 17:41:04 -07:00
parent fd1a0e28f4
commit 2aec4a1a02
3 changed files with 7 additions and 3 deletions

View File

@ -62,6 +62,9 @@ TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
# Lights
TARGET_PROVIDES_LIBLIGHT := true
# IR Blaster
BOARD_USES_MS_IR_SIGNAL := true
# Partitions
BOARD_FLASH_BLOCK_SIZE := 131072
TARGET_USERIMAGES_USE_EXT4 := true

View File

@ -214,9 +214,6 @@ vendor/bin/thermal-engine
vendor/lib/libthermalclient.so
vendor/lib/libthermalioctl.so
# Consumerir
lib/hw/consumerir.default.so
# DRM
bin/qseecomd
vendor/lib/libdrmdiag.so

View File

@ -88,6 +88,10 @@ PRODUCT_PACKAGES += \
ebtables \
ethertypes
# IR Blaster
PRODUCT_PACKAGES += \
consumerir.msm8974
# Keylayouts
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \