blob: a333654c5aad4ff86c16fab742f66ea3fb955b97 [file] [log] [blame]
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -04001LOCAL_PATH := $(call my-dir)
2include $(LOCAL_PATH)/../common.mk
3include $(CLEAR_VARS)
4
Naseer Ahmed755af6b2019-04-15 19:49:29 -04005LOCAL_MODULE := hdmi_cec.$(TARGET_BOARD_PLATFORM)
Naseer Ahmed725789e2017-05-17 13:41:10 -04006LOCAL_VENDOR_MODULE := true
Naseer Ahmed44e8a9a2015-02-24 15:33:23 -05007LOCAL_MODULE_RELATIVE_PATH := hw
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -04008LOCAL_MODULE_TAGS := optional
9LOCAL_C_INCLUDES := $(common_includes)
Naseer Ahmed4d78d032017-03-22 12:47:30 -040010LOCAL_HEADER_LIBRARIES := display_headers
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -040011LOCAL_SHARED_LIBRARIES := $(common_libs) libqservice libbinder libqdutils
12
Naseer Ahmedb8ecfbf2015-11-02 20:34:29 -050013LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdhdmi_cec\" -Wno-sign-conversion
14LOCAL_CLANG := true
Naseer Ahmed7a7b66d2014-07-23 17:56:26 -040015LOCAL_ADDITIONAL_DEPENDENCIES := $(common_deps)
16LOCAL_SRC_FILES := qhdmi_cec.cpp \
17 QHDMIClient.cpp
18include $(BUILD_SHARED_LIBRARY)