diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2015-03-05 16:05:23 +0900 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 15:47:04 +0200 |
commit | 313bc84dd8a12eb870de788bff83cd68d03f5789 (patch) | |
tree | 3715cff76dc14a7f9275905b21e1140c373dd2e0 | |
parent | bf785728f4a59853ae5c93510b58a2ed66f82d33 (diff) |
sdm660-common: Remove explicit Ethernet support, the device supports USB OTG.
Change-Id: I37ed14286a1c2ede3e35214723464b5774361adb
-rw-r--r-- | sdm660.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -75,8 +75,7 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml \ - frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \ - frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml + frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml # Audio PRODUCT_PACKAGES += \ |