diff --git a/device.mk b/device.mk index 5f32dca..2f2561e 100644 --- a/device.mk +++ b/device.mk @@ -1,4 +1,4 @@ -# Inherit from those products. Most specific first. +# Inherit from those products. Most specific first $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) @@ -84,9 +84,6 @@ PRODUCT_PACKAGES += \ ims-ext-common \ ims_ext_common.xml -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.telephony.ims.xml:system/etc/permissions/android.hardware.telephony.ims.xml - # Input PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/keylayout/fts_ts.kl:system/usr/keylayout/fts_ts.kl @@ -99,10 +96,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ netutils-wrapper-1.0 -# Permissions -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml - # Pixel identification PRODUCT_PRODUCT_PROPERTIES += \ ro.build.fingerprint=google/flame/flame:10/QQ2A.200501.001.A3/6353761:user/release-keys @@ -123,11 +116,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) -# Sensors -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ - frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml - # Telephony PRODUCT_PACKAGES += \ telephony-ext