mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 09:49:16 +02:00
whyred: build dummy android.hidl.manager@1.0 for ims
Change-Id: Ia4fc32846600eafc2dedc6ae6a2d829c1f073163
This commit is contained in:
parent
cdb56c035e
commit
695dccfcd2
2 changed files with 17 additions and 0 deletions
|
@ -267,6 +267,7 @@ 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.manager@1.0-java
|
android.hidl.manager@1.0-java
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -27,3 +27,19 @@ 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_SRC_FILES := \
|
||||||
|
|
||||||
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
|
libhidltransport
|
||||||
|
|
||||||
|
LOCAL_C_INCLUDES := \
|
||||||
|
|
||||||
|
LOCAL_MODULE := android.hidl.manager@1.0
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
|
|
||||||
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue