Skip to content
Snippets Groups Projects
Commit 1f2a3ddb authored by xianming wang's avatar xianming wang Committed by Gerrit - the friendly Code Review server
Browse files

SnapdragonCamera: Change the apk support both 64bit and 32bit.

Change the apk`s makefile to support both 64bit and 32bit.

CRs-Fixed: 2206094
Change-Id: I2acd2e48416ebd7363906079d5fe0c3fbce4fc08
parent c46a2599
No related branches found
No related tags found
No related merge requests found
......@@ -27,23 +27,20 @@ LOCAL_PRIVILEGED_MODULE := true
#LOCAL_SDK_VERSION := current
LOCAL_RENDERSCRIPT_TARGET_API := 23
LOCAL_MULTILIB := 32
#LOCAL_OVERRIDES_PACKAGES := Camera2
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment