OSDN Git Service

Add makefile so package manager test apks can get buitl from root.
authorBrett Chabot <brettchabot@android.com>
Tue, 6 Apr 2010 23:23:44 +0000 (16:23 -0700)
committerBrett Chabot <brettchabot@android.com>
Tue, 6 Apr 2010 23:23:44 +0000 (16:23 -0700)
Change-Id: I89e3d50793a48a404c7d8e5699baea8b195b7684

core/tests/coretests/apks/Android.mk [new file with mode: 0644]

diff --git a/core/tests/coretests/apks/Android.mk b/core/tests/coretests/apks/Android.mk
new file mode 100644 (file)
index 0000000..4670e21
--- /dev/null
@@ -0,0 +1,5 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+# build sub packages
+include $(call all-makefiles-under,$(LOCAL_PATH))