LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := libuapi_wdg LOCAL_MULTILIB := both LOCAL_BUILD_STATIC := true LOCAL_SRC_FILES := *.c LOCAL_CFLAGS := -Ivendor/platform/secure_c/include \ -Ivendor/huanglong/linux/include/generic \ -Ivendor/huanglong/linux/include/wdg \ -Ivendor/huanglong/uapi/wdg/include \ -Ivendor/huanglong/uapi/common/include LOCAL_CFLAGS += -DLOG_TAG=libuapi_wdg \ -DCONFIG_SOCT_LOG_SUPPORT LOCAL_SHARED_LIBRARIES := libuapi_securec \ libuapi_common include $(BUILD_LINUX_LIBRARY)