blob: a0bef56f669af6f3202c00533d8b172ca967cd82 [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 Ahmed99051282017-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 Ahmed99051282017-05-15 12:20:07 -040010LOCAL_COPY_HEADERS := color_metadata.h \
11 display_color_processing.h \
Uday Kiran Pichika5e656b22018-05-15 18:48:24 +053012 display_properties.h \
Naseer Ahmed99051282017-05-15 12:20:07 -040013 ../libqdutils/qd_utils.h \
14 ../libqdutils/qdMetaData.h \
15 ../libqdutils/display_config.h \
16 ../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)