aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidevinavil <davidevinavil@gmail.com>2017-01-20 01:02:21 +0100
committerdavidevinavil <davidevinavil@gmail.com>2017-01-20 01:02:21 +0100
commitc0c8a7b63b4a336e33ceaab57a5385f3a54c4ed7 (patch)
treeed95983157260b1becb712347e87b475919f2fca
parentcf0af4ab38c7369c01da48eaaa68c3f353cedb40 (diff)
clean up device tree
Change-Id: I641837adc596e3773bdc04fb1e2d9ee66462d545
-rwxr-xr-xBoardConfig.mk1
-rwxr-xr-xdevice.mk11
2 files changed, 5 insertions, 7 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0474926..e809af2 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -109,7 +109,6 @@ QCOM_BT_USE_SMD_TTY := true
# Camera
BOARD_QTI_CAMERA_32BIT_ONLY := true
USE_DEVICE_SPECIFIC_CAMERA := true
-TARGET_HAS_LEGACY_CAMERA_HAL1 := true
# Charger
BOARD_CHARGER_ENABLE_SUSPEND := true
diff --git a/device.mk b/device.mk
index 56a5afe..e632f36 100755
--- a/device.mk
+++ b/device.mk
@@ -33,6 +33,9 @@ PRODUCT_PACKAGES += \
PRODUCT_BOOT_JARS += \
org.ifaa.android.manager
+# Device was launched with M
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.product.first_api_level=23
# ANT+
PRODUCT_PACKAGES += \
@@ -168,10 +171,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
fs_config_files
-# Gello
-PRODUCT_PACKAGES += \
- Gello
-
# GPS
PRODUCT_PACKAGES += \
gps.msm8996 \
@@ -200,7 +199,8 @@ PRODUCT_COPY_FILES += \
# IPv6
PRODUCT_PACKAGES += \
ebtables \
- ethertypes
+ ethertypes \
+ libebtc
# Keylayouts
PRODUCT_COPY_FILES += \
@@ -258,7 +258,6 @@ PRODUCT_PACKAGES += \
# Ramdisk
PRODUCT_PACKAGES += \
fstab.qcom \
- init.qcom.bt.sh \
init.qcom.power.rc \
init.qcom.rc \
init.qcom.sh \