LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := libuapi_pq LOCAL_MULTILIB := both LOCAL_BUILD_STATIC := true LOCAL_SRC_FILES := pq_master/*.c LOCAL_CFLAGS := -Ivendor/platform/secure_c/include \ -Ivendor/huanglong/linux/include/generic \ -Ivendor/huanglong/linux/include/pq \ -Ivendor/huanglong/linux/include/common \ -Ivendor/huanglong/linux/include/video \ -Ivendor/huanglong/linux/include/vo \ -Ivendor/huanglong/linux/include/memc \ -Ivendor/huanglong/uapi/include/video \ -Ivendor/huanglong/uapi/dispmng/include \ -Ivendor/huanglong/uapi/common/include \ -Ivendor/huanglong/uapi/memory/include \ -Ivendor/huanglong/uapi/vo/include \ -Ivendor/huanglong/uapi/pq/include \ -Ivendor/huanglong/uapi/pqserver/include LOCAL_CFLAGS += -DLOG_TAG=libuapi_pq \ -DCONFIG_SOCT_LOG_SUPPORT LOCAL_SHARED_LIBRARIES := libuapi_securec \ libuapi_common \ libuapi_vo \ libuapi_memory \ libuapi_pqhdr include $(BUILD_LINUX_LIBRARY)