summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2017-12-13 10:24:16 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-02-06 21:47:40 -0800
commitee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9 (patch)
tree891d9bb3eecf280d8ec72775ab4def6e1f7a606d /Android.mk
parent54b13709b379cb462c0592a8bebd4a9f13f0c586 (diff)
downloadandroid_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.tar.gz
android_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.tar.bz2
android_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.zip
SnapdragonCamera: Complete the function of DeepZoom
Complete the function of DeepZoom, only support the 32 bit library. Does`t support the 64 bit library. CRs-Fixed: 2116533 Change-Id: I9c181ff0de005493d345ecc0b0380dda9910ce63
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index cc460ffeb..d6d543157 100644
--- a/Android.mk
+++ b/Android.mk
@@ -32,14 +32,16 @@ LOCAL_RENDERSCRIPT_TARGET_API := 23
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+LOCAL_MULTILIB := 32
+
# If this is an unbundled build (to install separately) then include
# the libraries in the APK, otherwise just put them in /system/lib and
# leave them out of the APK
-ifneq (,$(TARGET_BUILD_APPS))
+#ifneq (,$(TARGET_BUILD_APPS))
LOCAL_JNI_SHARED_LIBRARIES := libjni_snapcammosaic libjni_snapcamtinyplanet libjni_imageutil
-else
- LOCAL_REQUIRED_MODULES := libjni_snapcammosaic libjni_snapcamtinyplanet libjni_imageutil
-endif
+#else
+# LOCAL_REQUIRED_MODULES := libjni_snapcammosaic libjni_snapcamtinyplanet libjni_imageutil
+#endif
include $(BUILD_PACKAGE)