aboutsummaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rwxr-xr-xdevice.mk11
1 files changed, 5 insertions, 6 deletions
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 \