summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2015-03-22 02:46:26 -0700
committerJay Wang <jaywang@codeaurora.org>2015-03-22 02:46:26 -0700
commit8c3144c8e7763fa7f24e3f0d20d035cb3bdd22a2 (patch)
tree55c1465684bcfb0e8a42652f488a52c21c3db793 /Android.mk
parent89e25f7b96fca5858a4cc1da088a5f8c253fc026 (diff)
downloadandroid_packages_apps_Gallery2-8c3144c8e7763fa7f24e3f0d20d035cb3bdd22a2.tar.gz
android_packages_apps_Gallery2-8c3144c8e7763fa7f24e3f0d20d035cb3bdd22a2.tar.bz2
android_packages_apps_Gallery2-8c3144c8e7763fa7f24e3f0d20d035cb3bdd22a2.zip
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
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index f515ac03f..0b471b641 100755
--- a/Android.mk
+++ b/Android.mk
@@ -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