Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c3144c8 authored by Jay Wang's avatar Jay Wang
Browse files

Gallery2: Don't bundle beautification libraries

Remove beautification libararies from LOCAL_JNI_SHARED_LIBRARIES
as they are not planned to be bundled with Gallery2 apk

Change-Id: I7508d775644a480ce5248cddf02b3a853b200cfb
parent 89e25f7b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ LOCAL_OVERRIDES_PACKAGES := Gallery Gallery3D GalleryNew3D
LOCAL_JNI_SHARED_LIBRARIES := libjni_eglfence libjni_filtershow_filters librsjni libjni_jpegstream

ifeq ($(TARGET_TS_MAKEUP), true)
  LOCAL_JNI_SHARED_LIBRARIES := libts_detected_face_jni libts_face_beautify_jni
  LOCAL_REQUIRED_MODULES := libts_detected_face_jni libts_face_beautify_jni
endif