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.

30 lines
1005 B

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libuapi_pmoc
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/pmoc \
-Ivendor/huanglong/linux/include/gpio \
-Ivendor/huanglong/linux/include/hdmitx \
-Ivendor/huanglong/linux/include/ir \
-Ivendor/huanglong/uapi/common/include \
-Ivendor/huanglong/uapi/pmoc/include \
-Ivendor/huanglong/uapi/hdmitx/include \
-Ivendor/huanglong/uapi/ir/include \
-Ivendor/huanglong/uapi/gpio/include
LOCAL_CFLAGS += -DLOG_TAG=libuapi_pmoc \
-DDCONFIG_SOCT_LOG_SUPPORT \
-Wno-type-limits
LOCAL_SHARED_LIBRARIES := libuapi_securec \
libuapi_common
include $(BUILD_LINUX_LIBRARY)