summaryrefslogtreecommitdiffstats
path: root/common/Android.mk
diff options
context:
space:
mode:
authorDan Egnor <egnor@google.com>2009-11-20 18:31:33 -0800
committerDan Egnor <egnor@google.com>2009-11-21 10:09:46 -0800
commit494a1dc5e95e22839b06bf7de84426094a38691a (patch)
treeae73f109f1cc91cae52a4bee14b2aa585a7bacd1 /common/Android.mk
parent30a4b8a180813ae9a1846fdd7219ebe5592eb06b (diff)
downloadframeworks_base-494a1dc5e95e22839b06bf7de84426094a38691a.zip
frameworks_base-494a1dc5e95e22839b06bf7de84426094a38691a.tar.gz
frameworks_base-494a1dc5e95e22839b06bf7de84426094a38691a.tar.bz2
Add OperationScheduler (and test) to the common static library;
includes new string parsing function (and test).
Diffstat (limited to 'common/Android.mk')
-rw-r--r--common/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Android.mk b/common/Android.mk
index 349bb86..76091eb 100644
--- a/common/Android.mk
+++ b/common/Android.mk
@@ -24,3 +24,6 @@ include $(BUILD_STATIC_JAVA_LIBRARY)
# Include this library in the build server's output directory
$(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):android-common.jar)
+
+# Build the test package
+include $(call all-makefiles-under,$(LOCAL_PATH))