summaryrefslogtreecommitdiffstats
path: root/Android.mk
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 /Android.mk
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 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c51a8a633..2d7b54422 100644
--- a/Android.mk
+++ b/Android.mk
@@ -38,4 +38,4 @@ endif
include $(BUILD_PACKAGE)
-#include $(call all-makefiles-under, $(LOCAL_PATH))
+include $(call all-makefiles-under, $(LOCAL_PATH))