Use telephony-common and mms-common. - DO NOT MERGE

Change-Id: If2e6b49eb9ceafc43de107ce761163c654f3ee35
This commit is contained in:
Wink Saville
2012-06-13 06:49:37 -07:00
committed by Jean-Baptiste Queru
parent 43eb9a78c3
commit 0275bc68ea
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := eng LOCAL_MODULE_TAGS := eng
LOCAL_JAVA_LIBRARIES := android.test.runner LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
LOCAL_SRC_FILES := $(call all-subdir-java-files) \ LOCAL_SRC_FILES := $(call all-subdir-java-files) \
src/com/android/development/IRemoteService.aidl \ src/com/android/development/IRemoteService.aidl \

View File

@@ -10,6 +10,8 @@ LOCAL_SRC_FILES += \
src/com/example/android/apis/app/IRemoteServiceCallback.aidl \ src/com/example/android/apis/app/IRemoteServiceCallback.aidl \
src/com/example/android/apis/app/ISecondary.aidl \ src/com/example/android/apis/app/ISecondary.aidl \
LOCAL_JAVA_LIBRARIES := telephony-common mms-common
LOCAL_PACKAGE_NAME := ApiDemos LOCAL_PACKAGE_NAME := ApiDemos
LOCAL_SDK_VERSION := current LOCAL_SDK_VERSION := current