Skip to content

Commit

Permalink
Move Email to /product
Browse files Browse the repository at this point in the history
This app is frequently overriden by proprietary apps
on shipping devices, so move it to /product.

Bug: 122353713
Test: launch email on aosp_arm64 emulator
Change-Id: I299d280b9328817240de558e9941ccfdfd047b55
  • Loading branch information
Anton Hansson committed Jan 11, 2019
1 parent f46e0a8 commit 8506bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ LOCAL_JAVA_LIBRARIES := org.apache.http.legacy

LOCAL_PACKAGE_NAME := Email

LOCAL_PRODUCT_MODULE := true

LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(unified_email_dir)/proguard.flags
ifeq (eng,$(TARGET_BUILD_VARIANT))
LOCAL_PROGUARD_FLAG_FILES += proguard-test.flags
Expand Down
1 change: 1 addition & 0 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Email)

0 comments on commit 8506bd1

Please sign in to comment.