msm8953-common: Provide shim for libril-qc-hal-qmi.so

Change-Id: Ic5d732f3e98ba45c886db9646d6ef30eb0d42bf4
This commit is contained in:
dianlujitao
2020-09-13 16:15:39 +08:00
committed by jeangraff30
parent c9baa6479f
commit e2b506061a
5 changed files with 218 additions and 0 deletions

View File

@@ -31,3 +31,11 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := strdup16to8.cpp
LOCAL_SHARED_LIBRARIES := libcutils
LOCAL_MODULE := libcutils_shim
LOCAL_MODULE_TAGS := optional
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)