diff options
-rw-r--r-- | ims/Android.bp | 7 | ||||
-rwxr-xr-x | msm8996.mk | 3 |
2 files changed, 1 insertions, 9 deletions
diff --git a/ims/Android.bp b/ims/Android.bp deleted file mode 100644 index 7d97b3c..0000000 --- a/ims/Android.bp +++ /dev/null @@ -1,7 +0,0 @@ -java_library { - name: "ims-ext-common_system", - installable: true, - static_libs: [ - "ims-ext-common", - ], -} @@ -381,7 +381,7 @@ PRODUCT_PACKAGES += \ # Telephony PRODUCT_PACKAGES += \ - ims-ext-common_system \ + ims-ext-common \ qti-telephony-hidl-wrapper \ qti_telephony_hidl_wrapper.xml \ qti-telephony-utils \ @@ -389,7 +389,6 @@ PRODUCT_PACKAGES += \ telephony-ext PRODUCT_BOOT_JARS += \ - ims-ext-common_system \ telephony-ext # Tethering |