summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
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 /CleanSpec.mk
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 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 20db30919..acd9fcc8c 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -50,7 +50,10 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
-
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Gallery2)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_gallery_jpegstream.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_gallery_eglfence.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libjni_gallery_filters.so)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************