summaryrefslogtreecommitdiffstats
path: root/tests/SharedLibrary/client
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-03-25 15:54:02 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-03-25 17:04:56 -0700
commitb0569b98d5dd632e86f88fd932372a618efac0c9 (patch)
tree423863100d1c754d07bebec75938812a07a37f2e /tests/SharedLibrary/client
parent9a8afb1c3aaf49f7d2fae5033b0895ed7de06ce3 (diff)
downloadframeworks_base-b0569b98d5dd632e86f88fd932372a618efac0c9.zip
frameworks_base-b0569b98d5dd632e86f88fd932372a618efac0c9.tar.gz
frameworks_base-b0569b98d5dd632e86f88fd932372a618efac0c9.tar.bz2
Use new build var to depend on an APKs resources
Some other projects use LOCAL_APK_LIBRARIES and don't yet work with the new shared library changes. Change-Id: Ibb54bc1b5e3eb1252cf5b4e45249b089d25854ac
Diffstat (limited to 'tests/SharedLibrary/client')
-rw-r--r--tests/SharedLibrary/client/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SharedLibrary/client/Android.mk b/tests/SharedLibrary/client/Android.mk
index 60ef92a..1d66bb9 100644
--- a/tests/SharedLibrary/client/Android.mk
+++ b/tests/SharedLibrary/client/Android.mk
@@ -3,7 +3,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
-LOCAL_APK_LIBRARIES := SharedLibrary
+LOCAL_RES_LIBRARIES := SharedLibrary
LOCAL_PACKAGE_NAME := SharedLibraryClient