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

Commit 016f29c2 authored by Anton Hansson's avatar Anton Hansson
Browse files

Move DeskClock to /product

This app is frequently overriden by proprietary apps
on shipping devices, so move it to /product.

Bug: 122353713
Test: boot aosp_arm64 emulator
Change-Id: I028272cf873caa3df2092d94c7d1dc9b897d279b
parent 0dce70eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ android_app {
        "src/**/*.java",
        "gen/**/*.java",
    ],
    product_specific: true,
    static_libs: [
        "android-support-design",
        "android-support-percent",
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@
#$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/DeskClock)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST