summaryrefslogtreecommitdiff
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2009-06-17 09:51:54 -0700
committerBrett Chabot <brettchabot@android.com>2009-06-17 09:51:54 -0700
commit51823c086b4af424aa0882315fe20deedc897a4e (patch)
treed7a498b23e8408247e3d6011af043fefa0d93210 /tests/Android.mk
parente9288557fafb8594c70ac6de0f362c08a8b3fe10 (diff)
downloadImProvider-51823c086b4af424aa0882315fe20deedc897a4e.tar.gz
Add permission test for im provider.
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
new file mode 100644
index 0000000..e9e3a87
--- /dev/null
+++ b/tests/Android.mk
@@ -0,0 +1,10 @@
+LOCAL_PATH:= $(call my-dir)
+
+########################
+
+include $(CLEAR_VARS)
+
+# no tests to build for now
+
+# additionally, build sub-tests in a separate .apk
+include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file