sdm710-common: Remove unwanted android.hidl.manager@1.0

* We only need android.hidl.base@1.0 for libwfdnative & libfm-hci

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2020-01-15 23:16:34 +05:30
parent 5f70c7615c
commit f690e6750d
2 changed files with 1 additions and 9 deletions

View file

@ -19,10 +19,3 @@ LOCAL_MODULE := android.hidl.base@1.0
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SHARED_LIBRARIES := libhidltransport
LOCAL_MODULE := android.hidl.manager@1.0
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
include $(BUILD_SHARED_LIBRARY)

View file

@ -60,8 +60,7 @@ PRODUCT_BOOT_JARS += \
# HIDL
PRODUCT_PACKAGES += \
android.hidl.base@1.0 \
android.hidl.manager@1.0
android.hidl.base@1.0
# IMS
PRODUCT_PACKAGES += \