summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2019-01-11 14:54:49 +0000
committerLuK1337 <priv.luk@gmail.com>2019-10-21 21:50:32 +0200
commitc52dfa91a4263331c7957e31571d3f83c7b30128 (patch)
treea59d52aa004d138004e6db392a9c237e165b8500 /jni
parent845946d053dc3d426603ce3e8e300eba92053e79 (diff)
downloadandroid_packages_apps_Gallery2-lineage-17.0.tar.gz
android_packages_apps_Gallery2-lineage-17.0.tar.bz2
android_packages_apps_Gallery2-lineage-17.0.zip
Move Gallery2 and its libs to /productstaging/lineage-17.0lineage-17.0
This app is frequently overriden by proprietary apps on shipping devices, so move it to /product along with its jni libs. Bug: 122353713 Test: launch gallery on aosp_arm64 emulator Change-Id: I5f7ae53ef41a26c1b89b93cdae24178c2a99e261
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index 28c6d78b7..ee6b360ce 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -20,6 +20,8 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libjni_gallery_eglfence
+LOCAL_PRODUCT_MODULE := true
+
LOCAL_LDLIBS := -llog -lEGL
@@ -32,6 +34,7 @@ include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := .cc
LOCAL_SDK_VERSION := 9
LOCAL_MODULE := libjni_gallery_filters
+LOCAL_PRODUCT_MODULE := true
LOCAL_SRC_FILES := filters/gradient.c \
filters/saturated.c \
filters/exposure.c \