diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2014-08-29 17:21:27 +0300 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2014-08-29 17:21:27 +0300 |
| commit | c6cda0fb6ea599643881babe27af306993de9f94 (patch) | |
| tree | 6e8d761894b705d1a3931bda45ade0680288a06a | |
| parent | b12595ea468892878fb68d6267e26d2f5d4bffd0 (diff) | |
find7: remove redundant NFC mifare permissions
These permissions are already copied by the Nfc app.
Change-Id: I8a7f80527c9b37e70a1c69e7551952024683a795
| -rw-r--r-- | find7.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -49,8 +49,7 @@ PRODUCT_PACKAGES += \ # Permissions PRODUCT_COPY_FILES += \ frameworks/base/nfc-extras/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \ - frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \ - frameworks/native/data/etc/com.nxp.mifare.xml:system/etc/permissions/com.nxp.mifare.xml + frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml # call the proprietary setup $(call inherit-product-if-exists, vendor/oppo/find7/find7-vendor.mk) |
