summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2017-04-15 13:16:52 +0800
committerSteven Moreland <smoreland@google.com>2017-04-19 22:45:32 +0000
commitb422f16e233938513966f912e44ecf646eedfe16 (patch)
tree841cc8dc5927db1dd2da208f3cbbe63e6f9d4257
parent1c11c98d5edd8803a637ba58b94de55724a32603 (diff)
downloadplatform_hardware_interfaces-b422f16e233938513966f912e44ecf646eedfe16.tar.gz
platform_hardware_interfaces-b422f16e233938513966f912e44ecf646eedfe16.tar.bz2
platform_hardware_interfaces-b422f16e233938513966f912e44ecf646eedfe16.zip
Remove dependency of libhardware_legacy
It is not used by bluetooth and nfc services. Bug: 33241851 Bug: 37305530 Test: built and tested on sailfish (cherry picked from commit 593eeb7a4b0ea3af560dc4ada36237e786b0e039) Change-Id: I599073296baa5eee72a1fce8caa4eb8352f66218 Merged-In: I599073296baa5eee72a1fce8caa4eb8352f66218
-rw-r--r--bluetooth/1.0/default/Android.mk1
-rw-r--r--nfc/1.0/default/Android.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/bluetooth/1.0/default/Android.mk b/bluetooth/1.0/default/Android.mk
index 7530925674..38294c77ea 100644
--- a/bluetooth/1.0/default/Android.mk
+++ b/bluetooth/1.0/default/Android.mk
@@ -29,7 +29,6 @@ LOCAL_SHARED_LIBRARIES := \
libdl \
libbase \
libutils \
- libhardware_legacy \
libhardware \
LOCAL_SHARED_LIBRARIES += \
diff --git a/nfc/1.0/default/Android.mk b/nfc/1.0/default/Android.mk
index 2e1f17f022..4afad748a3 100644
--- a/nfc/1.0/default/Android.mk
+++ b/nfc/1.0/default/Android.mk
@@ -14,7 +14,6 @@ LOCAL_SHARED_LIBRARIES := \
libdl \
libbase \
libutils \
- libhardware_legacy \
libhardware \
LOCAL_SHARED_LIBRARIES += \