summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
-rw-r--r--info_lookup/phonenumber_lookup_provider.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 658a96db..244d4228 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,7 +29,7 @@ LOCAL_AAPT_FLAGS := \
--extra-packages com.android.phone.common
LOCAL_STATIC_JAVA_AAR_LIBRARIES += \
- ambientsdk
+ ambientsdk-internal
LOCAL_STATIC_JAVA_LIBRARIES := \
com.android.vcard \
diff --git a/info_lookup/phonenumber_lookup_provider.mk b/info_lookup/phonenumber_lookup_provider.mk
index cbaf2c2f..7d0b0c8a 100644
--- a/info_lookup/phonenumber_lookup_provider.mk
+++ b/info_lookup/phonenumber_lookup_provider.mk
@@ -2,7 +2,7 @@ CONTACTS_COMMON_PHONE_NUMBER_LOOKUP := ../../../packages/apps/ContactsCommon/inf
LOCAL_SRC_FILES += $(call all-java-files-under, $(CONTACTS_COMMON_PHONE_NUMBER_LOOKUP))
LOCAL_STATIC_JAVA_AAR_LIBRARIES += \
- ambientsdk
+ ambientsdk-internal
LOCAL_AAPT_FLAGS += \
--auto-add-overlay \