You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
673 B

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libuapi_rm
LOCAL_MULTILIB := both
LOCAL_BUILD_STATIC := true
LOCAL_SRC_FILES := mpi_rm.c \
iapi_rm.c
LOCAL_CFLAGS := -Ivendor/huanglong/uapi/rm/include \
-Ivendor/huanglong/linux/include/rm \
-Ivendor/huanglong/linux/include/generic \
-Ivendor/platform/secure_c/include
LOCAL_CFLAGS += -DLOG_TAG=libuapi_rm \
-DCONFIG_SOCT_LOG_SUPPORT \
-Wno-error=shadow
LOCAL_LDFLAGS := -lpthread
LOCAL_SHARED_LIBRARIES := libuapi_securec \
libuapi_common
include $(BUILD_LINUX_LIBRARY)