diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e6bbc82..58e01df 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -86,6 +86,9 @@ TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/recovery.fstab # Releasetools TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH) +# RIL +TARGET_PROVIDES_QTI_TELEPHONY_JAR := true + # Sepolicy # PRIVATE_EXCLUDE_BUILD_TEST := true BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(COMMON_PATH)/sepolicy/private diff --git a/proprietary-files.txt b/proprietary-files.txt index 5cf9661..7f2e0f2 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -85,6 +85,7 @@ product/etc/permissions/telephonyservice.xml product/framework/QtiTelephonyServicelibrary.jar product/framework/embmslibrary.jar product/framework/qcrilhook.jar +product/framework/qti-telephony-common.jar|6cc6ab4ab2cbd333a113ffe3add8d8793aec3c1d # Radio - IMS product/lib64/libdiag_system.so diff --git a/sdm710.mk b/sdm710.mk index 716400a..bd53f72 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -126,6 +126,12 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml # Telephony +PRODUCT_PACKAGES += \ + telephony-ext + +PRODUCT_BOOT_JARS += \ + telephony-ext + PRODUCT_PACKAGES += \ qti-telephony-hidl-wrapper \ qti_telephony_hidl_wrapper.xml \