summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZips <hcolmenares@gmail.com>2018-01-07 11:24:19 -0500
committerZips <hcolmenares@gmail.com>2018-01-09 10:48:27 -0500
commit0e167d28a203200368e3bf9f37a5deee8767bd76 (patch)
tree0309b530a2f9768db69bebb04a90e1d9e338c622
parentdc4e4e2ce52e3eeccc5756b8192c62bd28490082 (diff)
deb: Remove NFC
Fix Manifest Change-Id: Icf353606887a91c9f0e8021862398acc22c59614
-rw-r--r--device.mk4
-rw-r--r--init.deb.rc4
-rw-r--r--manifest.xml11
3 files changed, 3 insertions, 16 deletions
diff --git a/device.mk b/device.mk
index e414f82..97bac55 100644
--- a/device.mk
+++ b/device.mk
@@ -34,10 +34,6 @@ PRODUCT_PACKAGES += \
android.hardware.radio@1.0-impl \
android.hardware.radio.deprecated@1.0-impl
-#NFC
-PRODUCT_PACKAGES += \
- nfc_nci.bcm2079x.default
-
# Do not power down SIM card when modem is sent to Low Power Mode.
PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.apm_sim_not_pwdn=1
diff --git a/init.deb.rc b/init.deb.rc
index a0b41a5..0297e15 100644
--- a/init.deb.rc
+++ b/init.deb.rc
@@ -119,8 +119,8 @@ on boot
chown system system /sys/kernel/cpufreq_limit/limited_min_freq
# NFC: create data/nfc for nv storage
- mkdir /data/nfc 770 nfc nfc
- mkdir /data/nfc/param 770 nfc nfc
+# mkdir /data/nfc 770 nfc nfc
+# mkdir /data/nfc/param 770 nfc nfc
# Assign TCP buffer thresholds to be ceiling value of technology maximums
# Increased technology maximums should be reflected here.
diff --git a/manifest.xml b/manifest.xml
index 8068c45..155a592 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,7 +1,7 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
- <transport arch="32">passthrough</transport>
+ <transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IAllocator</name>
@@ -27,15 +27,6 @@
</interface>
</hal>
<hal format="hidl">
- <name>android.hardware.nfc</name>
- <transport>hwbinder</transport>
- <version>1.0</version>
- <interface>
- <name>INfc</name>
- <instance>default</instance>
- </interface>
- </hal>
- <hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<version>1.0</version>