sanders: Tree cleanup

*Move telephony-ext from BoardConfig.mk to device.mk.
*Remove tagGoogle
*Delete init.qcom/ril.sh
 -Unnecessary.
*Remove contexts from fstab.recovery
 -Needed after enforcing.
*Remove Android.bp libhidl.
*Update system.prop.
This commit is contained in:
Keertesh
2018-06-13 13:40:23 +05:30
committed by Keertesh19
parent 5cd6fae534
commit df0130358e
7 changed files with 30 additions and 58 deletions

View File

@@ -95,7 +95,7 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_ext_spkr.conf:system/vendor/etc/audio_ext_spkr.conf \
$(LOCAL_PATH)/audio/audio_platform_info.xml:system/vendor/etc/audio_platform_info.xml \
$(LOCAL_PATH)/audio/sound_trigger_mixer_paths.xml:system/vendor/etc/sound_trigger_mixer_paths.xml \
$(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:system/vendor/etc/sound_trigger_platform_info.xml
$(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:system/vendor/etc/sound_trigger_platform_info.xml
# Bluetooth
PRODUCT_PACKAGES += \
@@ -279,7 +279,6 @@ PRODUCT_PACKAGES += \
nfc_nci.msm8953 \
NfcNci \
Tag \
TagGoogle \
com.android.nfc_extras \
android.hardware.nfc@1.0-impl
@@ -314,7 +313,7 @@ PRODUCT_PACKAGES += \
init.mmi.boot.sh \
init.mmi.rc \
init.mmi.usb.rc \
init.qcom.rc \
init.qcom.rc
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/ueventd.qcom.rc:system/vendor/ueventd.rc
@@ -348,6 +347,9 @@ PRODUCT_PACKAGES += \
ims-ext-common \
telephony-ext
PRODUCT_BOOT_JARS += \
telephony-ext
# Sensors
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/sensors/hals.conf:system/etc/sensors/hals.conf \