summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLeena Winterrowd <lenhardw@codeaurora.org>2014-08-21 15:19:33 -0700
committerLeena Winterrowd <lenhardw@codeaurora.org>2014-08-22 18:56:33 -0700
commit6c0e99e487a894718da681c5bdf1c8a4208ccec4 (patch)
treeadc09c575e1aa88f76fe31309a9c10b9ebc866f3 /tests
parentd01b7b87bfb11c3f58456e010af5952863e9a61a (diff)
downloadandroid_packages_apps_Snap-6c0e99e487a894718da681c5bdf1c8a4208ccec4.tar.gz
android_packages_apps_Snap-6c0e99e487a894718da681c5bdf1c8a4208ccec4.tar.bz2
android_packages_apps_Snap-6c0e99e487a894718da681c5bdf1c8a4208ccec4.zip
SnapdragonCamera: Enable build of local jni libraries
The app currently relies on having its required libraries in the current build. Enable building its local libraries so that these are always present. Also ensure that the camera tests are not built to avoid a naming conflict. Change-Id: If358db3fc7392f62aaaa84877baa19a949aea497
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 9f33322f2..6ba0a5971 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -15,4 +15,4 @@ LOCAL_PACKAGE_NAME := Camera2Tests
LOCAL_INSTRUMENTATION_FOR := Camera2
-include $(BUILD_PACKAGE)
+#include $(BUILD_PACKAGE)