summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 714e078..f5972cb 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -1,3 +1,4 @@
+LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# We only want this apk build for tests.
@@ -14,3 +15,5 @@ LOCAL_PACKAGE_NAME := CameraTests
LOCAL_INSTRUMENTATION_FOR := Camera
include $(BUILD_PACKAGE)
+
+