summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-03-14 18:41:29 -0700
committerSteven Moreland <smoreland@google.com>2017-03-14 18:41:29 -0700
commitf4d9e90d7de1e5f302578584bd2b49c7d376db51 (patch)
tree935625d05f8389a5913fa1dbe2ae8e933c21edad
parentcfcfdc7d543e22e082735f7804e8c7449b7b2d34 (diff)
downloadshamu-f4d9e90d7de1e5f302578584bd2b49c7d376db51.tar.gz
Remove obsolete ENABLE_TREBLE references.android-n-mr2-preview-2
ENABLE_TREBLE compiler flags are no longer used. They have been replaced with use of the VINTF object. Bug: 32978887 Test: pass Change-Id: Idb1bfdfcc3b197b1fa89a7a2336fbb3cc5e6bada
-rw-r--r--device.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/device.mk b/device.mk
index f54ec758..5f0ee44b 100644
--- a/device.mk
+++ b/device.mk
@@ -297,11 +297,6 @@ PRODUCT_PACKAGES += \
Tag \
android.hardware.nfc@1.0-impl
-ifeq ($(ENABLE_TREBLE), true)
-PRODUCT_PACKAGES += \
- android.hardware.nfc@1.0-service
-endif
-
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \