IMS: decouple ims-ext-common from boot jars

-- Applications need to load ims-ext-common dynamically.

Change-Id: I6e9d173d77dac14a47ae40cc84c481fabd7673f5
CRs-Fixed: 2373721
This commit is contained in:
Suresh Koleti 2019-02-01 23:24:40 +05:30
parent 6df3efc205
commit 551c59d0cd
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,7 @@ LOCAL_PATH:= $(call my-dir)
# Build the Telecom service.
include $(CLEAR_VARS)
LOCAL_JAVA_LIBRARIES := telephony-common telephony-ext
LOCAL_STATIC_JAVA_LIBRARIES := ims-ext-common
LOCAL_JAVA_LIBRARIES := telephony-common telephony-ext ims-ext-common
LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-proto-files-under, proto)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res

View File

@ -318,5 +318,6 @@
</intent-filter>
</service>
<uses-library android:name="ims-ext-common"/>
</application>
</manifest>