Skip to content

Commit

Permalink
Fix crash when edit a photo
Browse files Browse the repository at this point in the history
Gallery app is run as 32-bit but only 64-bit jni is build.

Change-Id: I90b48711423f845ddce117992a5bae5e8f1a3866
  • Loading branch information
Likai Ding authored and usmcamgrimm committed Mar 24, 2018
1 parent e0a869b commit 1d60c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ LOCAL_JNI_SHARED_LIBRARIES := libjni_eglfence libjni_filtershow_filters libjni_j

LOCAL_PROGUARD_FLAG_FILES := proguard.flags

LOCAL_MULTILIB := 32

LOCAL_JAVA_LIBRARIES += org.apache.http.legacy

include $(BUILD_PACKAGE)
Expand Down

0 comments on commit 1d60c54

Please sign in to comment.