summaryrefslogtreecommitdiffstats
path: root/chips/Android.mk
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-05-27 15:23:46 -0700
committerMindy Pereira <mindyp@google.com>2011-05-27 15:37:12 -0700
commitf026dfb761c894942354060746a8ab7dd563386c (patch)
tree6bd938291be48c144840f4f89c044be43fcd15e1 /chips/Android.mk
parent4334eac50ad87009874cb8b9af0572b0e2d8d4c8 (diff)
downloadandroid_frameworks_ex-f026dfb761c894942354060746a8ab7dd563386c.tar.gz
android_frameworks_ex-f026dfb761c894942354060746a8ab7dd563386c.tar.bz2
android_frameworks_ex-f026dfb761c894942354060746a8ab7dd563386c.zip
Make chips included source instead of static java library.
Get rid of abstract methods in BaseRecipientAdapter Update makefile Change-Id: I3415c73446c605e69c0c2145e98a7e66abc33a6e
Diffstat (limited to 'chips/Android.mk')
-rw-r--r--chips/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chips/Android.mk b/chips/Android.mk
index f5a935d..e1baf29 100644
--- a/chips/Android.mk
+++ b/chips/Android.mk
@@ -18,6 +18,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := android-common-chips
LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := \
- $(call all-java-files-under, java) \
- $(call all-logtags-files-under, java)
+ $(call all-java-files-under, src) \
+ $(call all-logtags-files-under, src)
include $(BUILD_STATIC_JAVA_LIBRARY)