sdm660-common: Build vendor android.hidl.base@1.0.so
Change-Id: I39c71e61252228dbfcf50047795ea23b2275e4bd
This commit is contained in:
parent
559890d4f6
commit
607e68cb76
2 changed files with 11 additions and 1 deletions
|
@ -19,3 +19,12 @@ 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
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_SHARED_LIBRARIES := libhidltransport
|
||||||
|
LOCAL_MODULE := android.hidl.base@1.0_vendor
|
||||||
|
LOCAL_INSTALLED_MODULE_STEM := android.hidl.base@1.0.so
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
|
LOCAL_VENDOR_MODULE := true
|
||||||
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
|
@ -279,7 +279,8 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hidl.base@1.0
|
android.hidl.base@1.0 \
|
||||||
|
android.hidl.base@1.0_vendor
|
||||||
|
|
||||||
# HW crypto
|
# HW crypto
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Reference in a new issue