sanders: Build separate system and vendor HIDL libs
Change-Id: If8e2211e643bdb0ff67fb248e7fe33b78077a06e Signed-off-by: ashwatthama <sai404142@gmail.com>
This commit is contained in:
@@ -208,7 +208,9 @@ PRODUCT_PACKAGES += \
|
|||||||
# HIDL
|
# HIDL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hidl.base@1.0 \
|
android.hidl.base@1.0 \
|
||||||
android.hidl.manager@1.0
|
android.hidl.base@1.0_system \
|
||||||
|
android.hidl.manager@1.0 \
|
||||||
|
android.hidl.manager@1.0_system
|
||||||
|
|
||||||
# HW crypto
|
# HW crypto
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|||||||
@@ -24,7 +24,22 @@ include $(BUILD_SHARED_LIBRARY)
|
|||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_SHARED_LIBRARIES := libhidltransport
|
LOCAL_SHARED_LIBRARIES := libhidltransport
|
||||||
LOCAL_MODULE := android.hidl.manager@1.0
|
LOCAL_MODULE := android.hidl.manager@1.0
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
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)
|
||||||
|
LOCAL_SHARED_LIBRARIES := libhidltransport
|
||||||
|
LOCAL_MODULE := android.hidl.base@1.0_system
|
||||||
|
LOCAL_INSTALLED_MODULE_STEM := android.hidl.base@1.0.so
|
||||||
|
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_system
|
||||||
|
LOCAL_INSTALLED_MODULE_STEM := android.hidl.manager@1.0.so
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|||||||
Reference in New Issue
Block a user