blob: 85e7554b84e26493b85da0cc6df0dc97e57e193c [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)
Alisha Thapaliyab2cd2f22020-01-22 13:30:39 -080010LOCAL_COPY_HEADERS := display_properties.h \
Naseer Ahmed99051282017-05-15 12:20:07 -040011 ../libqdutils/qd_utils.h \
Naseer Ahmed99051282017-05-15 12:20:07 -040012 ../libqdutils/display_config.h \
13 ../libqservice/QServiceUtils.h \
14 ../libqservice/IQService.h \
15 ../libqservice/IQHDMIClient.h \
16 ../libqservice/IQClient.h
Arun Kumar K.Rb2771bf2016-10-03 21:38:23 -070017
18include $(BUILD_COPY_HEADERS)