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:
parent
6df3efc205
commit
551c59d0cd
|
@ -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
|
||||
|
|
|
@ -318,5 +318,6 @@
|
|||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<uses-library android:name="ims-ext-common"/>
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in New Issue