msm8953-common: Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I640a3f0e0839214523627bf0b59fd5ae9dd2c61c
This commit is contained in:
committed by
jeangraff30
parent
7f87f1f8a5
commit
63e44f7f3e
@@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_SHARED_LIBRARIES := libhidltransport
|
LOCAL_SHARED_LIBRARIES := libhidlbase
|
||||||
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
|
||||||
@@ -22,14 +22,14 @@ LOCAL_VENDOR_MODULE := true
|
|||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_SHARED_LIBRARIES := libhidltransport
|
LOCAL_SHARED_LIBRARIES := libhidlbase
|
||||||
LOCAL_MODULE := android.hidl.manager@1.0
|
LOCAL_MODULE := android.hidl.manager@1.0
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
LOCAL_VENDOR_MODULE := true
|
LOCAL_VENDOR_MODULE := true
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_SHARED_LIBRARIES := libhidltransport
|
LOCAL_SHARED_LIBRARIES := libhidlbase
|
||||||
LOCAL_MODULE := android.hidl.base@1.0_system
|
LOCAL_MODULE := android.hidl.base@1.0_system
|
||||||
LOCAL_INSTALLED_MODULE_STEM := android.hidl.base@1.0.so
|
LOCAL_INSTALLED_MODULE_STEM := android.hidl.base@1.0.so
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|||||||
@@ -13,9 +13,7 @@ cc_binary {
|
|||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"liblog",
|
"liblog",
|
||||||
"libhwbinder",
|
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
"android.hardware.light@2.0",
|
"android.hardware.light@2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user