summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2017-09-14 17:09:37 +0800
committerxianming wang <mingwax@codeaurora.org>2017-11-06 14:10:04 +0800
commit85076fda04296ed1ba8f41bf1f5bdb4e56716749 (patch)
tree7f7eb791a5e29b2d60b3b948d1b3172b817ebfb8 /Android.mk
parent92d544bceec39e75ea43b74bb46f0a94537fec2a (diff)
downloadandroid_packages_apps_Snap-85076fda04296ed1ba8f41bf1f5bdb4e56716749.tar.gz
android_packages_apps_Snap-85076fda04296ed1ba8f41bf1f5bdb4e56716749.tar.bz2
android_packages_apps_Snap-85076fda04296ed1ba8f41bf1f5bdb4e56716749.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: If1dcf83080fe54a551140f80a85f84475a12ae74
Diffstat (limited to 'Android.mk')
-rwxr-xr-x[-rw-r--r--]Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 23b97472c..a14eb989a 100644..100755
--- a/Android.mk
+++ b/Android.mk
@@ -32,6 +32,10 @@ LOCAL_OVERRIDES_PACKAGES := Camera2
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+LOCAL_MULTILIB := 32
+
+LOCAL_DEX_PREOPT := nostripping
+
# 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