sdm660-common: Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Iba2cd20b8b20fac3e7564de6b853b475fd4ebd2a Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@gmail.com>
This commit is contained in:
parent
046a47a631
commit
ecfc20eadd
7 changed files with 0 additions and 18 deletions
|
@ -28,7 +28,6 @@ cc_binary {
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libutils",
|
"libutils",
|
||||||
"android.hardware.biometrics.fingerprint@2.1",
|
"android.hardware.biometrics.fingerprint@2.1",
|
||||||
|
|
|
@ -37,8 +37,6 @@ LOCAL_HEADER_LIBRARIES := \
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
liblog \
|
liblog \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
libhwbinder \
|
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
android.hardware.gnss@1.0 \
|
android.hardware.gnss@1.0 \
|
||||||
|
@ -89,9 +87,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libqti_vndfwk_detect \
|
libqti_vndfwk_detect \
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES += \
|
LOCAL_SHARED_LIBRARIES += \
|
||||||
libhwbinder \
|
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
android.hardware.gnss@1.0 \
|
android.hardware.gnss@1.0 \
|
||||||
|
|
||||||
LOCAL_CFLAGS += $(GNSS_CFLAGS)
|
LOCAL_CFLAGS += $(GNSS_CFLAGS)
|
||||||
|
|
|
@ -37,8 +37,6 @@ LOCAL_HEADER_LIBRARIES := \
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
liblog \
|
liblog \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
libhwbinder \
|
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
android.hardware.gnss@1.0 \
|
android.hardware.gnss@1.0 \
|
||||||
|
@ -90,9 +88,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libqti_vndfwk_detect \
|
libqti_vndfwk_detect \
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES += \
|
LOCAL_SHARED_LIBRARIES += \
|
||||||
libhwbinder \
|
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
android.hardware.gnss@1.0 \
|
android.hardware.gnss@1.0 \
|
||||||
android.hardware.gnss@1.1 \
|
android.hardware.gnss@1.1 \
|
||||||
|
|
||||||
|
|
|
@ -46,8 +46,6 @@ LOCAL_HEADER_LIBRARIES := \
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
liblog \
|
liblog \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
libhwbinder \
|
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
android.hardware.gnss@1.0 \
|
android.hardware.gnss@1.0 \
|
||||||
|
@ -100,9 +98,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libqti_vndfwk_detect \
|
libqti_vndfwk_detect \
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES += \
|
LOCAL_SHARED_LIBRARIES += \
|
||||||
libhwbinder \
|
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
android.hardware.gnss@1.0 \
|
android.hardware.gnss@1.0 \
|
||||||
android.hardware.gnss@1.1 \
|
android.hardware.gnss@1.1 \
|
||||||
android.hardware.gnss@2.0 \
|
android.hardware.gnss@2.0 \
|
||||||
|
|
|
@ -17,8 +17,6 @@ LOCAL_SRC_FILES:= \
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
liblog \
|
liblog \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
libhwbinder \
|
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
android.hardware.health@1.0 \
|
android.hardware.health@1.0 \
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_SHARED_LIBRARIES := libhidltransport
|
|
||||||
LOCAL_MODULE := android.hidl.base@1.0
|
LOCAL_MODULE := android.hidl.base@1.0
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
|
|
|
@ -21,9 +21,7 @@ cc_binary {
|
||||||
"libbase",
|
"libbase",
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"liblog",
|
"liblog",
|
||||||
"libhwbinder",
|
|
||||||
"libutils",
|
"libutils",
|
||||||
"android.hardware.light@2.0",
|
"android.hardware.light@2.0",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue