| commit | a649612e6839b36635c18d782816f31a509a6ba0 | [log] [tgz] |
|---|---|---|
| author | Dan Egnor <egnor@google.com> | Fri Nov 20 18:31:33 2009 -0800 |
| committer | Dan Egnor <egnor@google.com> | Sat Nov 21 10:09:46 2009 -0800 |
| tree | efceddbd6f3b62324fee1b4b8c0ed698fc715435 | |
| parent | e63efc88884efd8585456ed23a2dccdc463ea512 [diff] [blame] |
Add OperationScheduler (and test) to the common static library; includes new string parsing function (and test).
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 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))