diff options
author | Jeff Hamilton <jham@android.com> | 2011-06-17 13:42:43 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-17 13:42:43 -0700 |
commit | 3530fa5719b8081d3e1dbb0b2aed89db21ccd013 (patch) | |
tree | 3e50ca1344e6765ee14419521c328f6bd6217623 | |
parent | 9d622a4907e77179f83836735c0cf241ad05124d (diff) | |
parent | 32ecbb3bf5b015c6a465beaf68c06620b0e027e5 (diff) | |
download | device_samsung_crespo-3530fa5719b8081d3e1dbb0b2aed89db21ccd013.zip device_samsung_crespo-3530fa5719b8081d3e1dbb0b2aed89db21ccd013.tar.gz device_samsung_crespo-3530fa5719b8081d3e1dbb0b2aed89db21ccd013.tar.bz2 |
Merge "Remove the tags app from crespo."
-rw-r--r-- | CleanSpec.mk | 1 | ||||
-rw-r--r-- | device_base.mk | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index 5f573ef..9bf8c6f 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -63,3 +63,4 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/system/lib/hw/cam $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/lib/camera.s5pc110.so) $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRARIES/camera.s5pc110_intermediates/LINKED/camera.s5pc110.so) $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/symbols/system/lib/hw/camera.s5pc110.so) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Tag.apk) diff --git a/device_base.mk b/device_base.mk index 436c5ab..3d79fd9 100644 --- a/device_base.mk +++ b/device_base.mk @@ -127,8 +127,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ libnfc \ libnfc_jni \ - Nfc \ - Tag + Nfc # Live Wallpapers PRODUCT_PACKAGES += \ |