diff options
author | Ziyann <jaraidaniel@gmail.com> | 2014-11-14 11:36:50 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-13 00:39:19 +0100 |
commit | fea392cd5bafb7d9fd884b2d6cc85e54f208a497 (patch) | |
tree | c4f889cbe6f83704ca7c1e3d718c0f9e07aa4c18 | |
parent | eca4bc5986e19408bf6de5fd5c486eef00e6b4e5 (diff) | |
download | device_samsung_tuna-fea392cd5bafb7d9fd884b2d6cc85e54f208a497.zip device_samsung_tuna-fea392cd5bafb7d9fd884b2d6cc85e54f208a497.tar.gz device_samsung_tuna-fea392cd5bafb7d9fd884b2d6cc85e54f208a497.tar.bz2 |
tuna: move nfc files to nfc/
Change-Id: I9a1f5cf85538c6b69fc3cc54a09263b7e910c228
-rw-r--r-- | device.mk | 4 | ||||
-rw-r--r-- | nfc/nfcee_access.xml (renamed from nfcee_access.xml) | 0 | ||||
-rw-r--r-- | nfc/nfcee_access_debug.xml (renamed from nfcee_access_debug.xml) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -165,9 +165,9 @@ PRODUCT_COPY_FILES += \ # NFCEE access control ifeq ($(TARGET_BUILD_VARIANT),user) - NFCEE_ACCESS_PATH := device/samsung/tuna/nfcee_access.xml + NFCEE_ACCESS_PATH := device/samsung/tuna/nfc/nfcee_access.xml else - NFCEE_ACCESS_PATH := device/samsung/tuna/nfcee_access_debug.xml + NFCEE_ACCESS_PATH := device/samsung/tuna/nfc/nfcee_access_debug.xml endif PRODUCT_COPY_FILES += \ $(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml diff --git a/nfcee_access.xml b/nfc/nfcee_access.xml index 02e12fd..02e12fd 100644 --- a/nfcee_access.xml +++ b/nfc/nfcee_access.xml diff --git a/nfcee_access_debug.xml b/nfc/nfcee_access_debug.xml index a96a2d1..a96a2d1 100644 --- a/nfcee_access_debug.xml +++ b/nfc/nfcee_access_debug.xml |