Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Revert "Move SdkSetup.apk to vendor partition"
Browse files Browse the repository at this point in the history
This reverts commit 3bf3140.

Reason for revert: Build cop revert because this change is breaking Blueline builds. 

Change-Id: I54f87f21eec0e93873ffedec6b0bbe154584ba4b
  • Loading branch information
Antoan Angelov committed Jul 19, 2018
1 parent 3bf3140 commit e867e27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@

$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/CorpApp_intermediates)

$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/SdkSetup)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
1 change: 0 additions & 1 deletion apps/SdkSetup/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := optional
LOCAL_PRIVILEGED_MODULE := true
LOCAL_VENDOR_MODULE := true
LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := SdkSetup
Expand Down

0 comments on commit e867e27

Please sign in to comment.