blob: 58653c1608949e708f3e74fb4886f40042837c74 [file] [log] [blame]
Arun Kumar K.Rb2771bf2016-10-03 21:38:23 -07001LOCAL_PATH:= $(call my-dir)
2include $(LOCAL_PATH)/../common.mk
3include $(CLEAR_VARS)
4
Naseer Ahmedba0f83c2017-05-15 12:20:07 -04005# Legacy header copy. This is deprecated.
6# Modules using these headers should shift to using
7# LOCAL_HEADER_LIBRARIES := display_headers
Naseer Ahmed05a342a2017-07-06 19:37:16 -04008LOCAL_VENDOR_MODULE := true
Arun Kumar K.Rb2771bf2016-10-03 21:38:23 -07009LOCAL_COPY_HEADERS_TO := $(common_header_export_path)
Naseer Ahmedba0f83c2017-05-15 12:20:07 -040010LOCAL_COPY_HEADERS := color_metadata.h \
11 display_properties.h \
12 ../libqdutils/qd_utils.h \
13 ../libqdutils/qdMetaData.h \
14 ../libqdutils/display_config.h \
Dileep Marchya1bfb2102018-03-09 16:40:35 +053015 ../libdebug/debug_handler.h \
Naseer Ahmedba0f83c2017-05-15 12:20:07 -040016 ../libqservice/QServiceUtils.h \
17 ../libqservice/IQService.h \
18 ../libqservice/IQHDMIClient.h \
19 ../libqservice/IQClient.h
Arun Kumar K.Rb2771bf2016-10-03 21:38:23 -070020
21include $(BUILD_COPY_HEADERS)