aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \