summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-11-21 14:49:42 -0800
committerNick Pelly <npelly@google.com>2011-11-21 15:34:29 -0800
commit3623340d5837d9f6198494e383e58dd66fc2af15 (patch)
tree3e8a8675387ff3b235d205f2625c6e01ebb5632a /CleanSpec.mk
parentb673247cd53ed55a177d7d0d4e432fb547556449 (diff)
downloaddevice_samsung_crespo-3623340d5837d9f6198494e383e58dd66fc2af15.zip
device_samsung_crespo-3623340d5837d9f6198494e383e58dd66fc2af15.tar.gz
device_samsung_crespo-3623340d5837d9f6198494e383e58dd66fc2af15.tar.bz2
Replace vendor specific NfcGoogle.apk with generic Nfc.apk
The access control changes allow us to just use Nfc.apk with the regular platform certificate, instead of the custom signed NfcGoogle.apk. So we can compeltely get rid of vendor/google/apps/NfcGoogle and just build it out of packages/apps/Nfc now. The package name is also reverted from com.android.nfc3 to com.android.nfc The NFC uid needs to get bumped (25 to 27) to allow the cert change. Bug: 5608249 Change-Id: Ib6e8fadea1b6ba0b1fcbeda5453a2a2cd4fbd0c6
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 39a44eb..17f8e1e 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -65,3 +65,4 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRAR
$(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)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/STATIC_LIBRARIES/libaudioutils_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/updatecmds/migrate_nfc.txt)