summaryrefslogtreecommitdiffstats
path: root/chips/Android.mk
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-12-15 13:35:37 -0800
committerMindy Pereira <mindyp@google.com>2011-12-15 14:49:03 -0800
commita11c2b0e1ea043aa4d8745285f2dcbe20448b417 (patch)
tree40bce7e838e164c31ba947b2f873994b040c172e /chips/Android.mk
parent0c980c3f851ee251e8914ae439403acf3c446268 (diff)
downloadandroid_frameworks_ex-a11c2b0e1ea043aa4d8745285f2dcbe20448b417.tar.gz
android_frameworks_ex-a11c2b0e1ea043aa4d8745285f2dcbe20448b417.tar.bz2
android_frameworks_ex-a11c2b0e1ea043aa4d8745285f2dcbe20448b417.zip
Update build file to allow us to have resources in static libs.
Depends on: Change Ifb4d2300: Support to build static Java library with Android resource Change-Id: Ie1ac8c93cb3f12a7d4e9afd873a13607ed72b932
Diffstat (limited to 'chips/Android.mk')
-rw-r--r--chips/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/chips/Android.mk b/chips/Android.mk
index bba269d..4a7977a 100644
--- a/chips/Android.mk
+++ b/chips/Android.mk
@@ -20,4 +20,5 @@ LOCAL_SDK_VERSION := 14
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \
$(call all-logtags-files-under, src)
-include $(BUILD_STATIC_JAVA_LIBRARY)
+LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
+include $(BUILD_STATIC_JAVA_LIBRARY) \ No newline at end of file