diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-10-09 09:26:39 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 5435149ed343cd75f468e960a7e7a2a80af875c4 (patch) | |
tree | 1c68524829e7369a0193b15c5ebdd7113b74ff0a | |
parent | 26af81ec6b98fd4314d85287f8d373a08034b666 (diff) |
Revert "msm8996-common: Create system copy of ims-ext-common and add to classpath"
No longer needed with Q ims.apk
This reverts commit 8187364cb4a34ca889915160180665e350981477.
Change-Id: I4e2429e78204ed5a65cc1a2659f0065b78e30865
-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 |