blob: 6539933f8448b001eb5750865539c5d02119fe98 [file] [log] [blame]
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -04001LOCAL_PATH := $(call my-dir)
2include $(LOCAL_PATH)/../common.mk
3include $(CLEAR_VARS)
4
5LOCAL_MODULE := hdmi_cec.$(TARGET_BOARD_PLATFORM)
Naseer Ahmed44e8a9a2015-02-24 15:33:23 -05006LOCAL_MODULE_RELATIVE_PATH := hw
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -04007LOCAL_MODULE_TAGS := optional
8LOCAL_C_INCLUDES := $(common_includes)
Naseer Ahmed4d78d032017-03-22 12:47:30 -04009LOCAL_HEADER_LIBRARIES := display_headers
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -040010LOCAL_SHARED_LIBRARIES := $(common_libs) libqservice libbinder libqdutils
11
Naseer Ahmedb8ecfbf2015-11-02 20:34:29 -050012LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdhdmi_cec\" -Wno-sign-conversion
13LOCAL_CLANG := true
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -040014LOCAL_ADDITIONAL_DEPENDENCIES := $(common_deps)
15LOCAL_SRC_FILES := qhdmi_cec.cpp \
16 QHDMIClient.cpp
17include $(BUILD_SHARED_LIBRARY)