Arun Kumar K.R | b2771bf | 2016-10-03 21:38:23 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(LOCAL_PATH)/../common.mk |
| 3 | include $(CLEAR_VARS) |
| 4 | |
Naseer Ahmed | 9905128 | 2017-05-15 12:20:07 -0400 | [diff] [blame] | 5 | # Legacy header copy. This is deprecated. |
| 6 | # Modules using these headers should shift to using |
| 7 | # LOCAL_HEADER_LIBRARIES := display_headers |
Naseer Ahmed | 05a342a | 2017-07-06 19:37:16 -0400 | [diff] [blame] | 8 | LOCAL_VENDOR_MODULE := true |
Arun Kumar K.R | b2771bf | 2016-10-03 21:38:23 -0700 | [diff] [blame] | 9 | LOCAL_COPY_HEADERS_TO := $(common_header_export_path) |
Naseer Ahmed | 7e14ffc | 2019-01-28 16:22:16 -0500 | [diff] [blame] | 10 | LOCAL_COPY_HEADERS := display_color_processing.h \ |
Uday Kiran Pichika | 5e656b2 | 2018-05-15 18:48:24 +0530 | [diff] [blame] | 11 | display_properties.h \ |
Naseer Ahmed | 9905128 | 2017-05-15 12:20:07 -0400 | [diff] [blame] | 12 | ../libqdutils/qd_utils.h \ |
Naseer Ahmed | 9905128 | 2017-05-15 12:20:07 -0400 | [diff] [blame] | 13 | ../libqdutils/display_config.h \ |
| 14 | ../libqservice/QServiceUtils.h \ |
| 15 | ../libqservice/IQService.h \ |
| 16 | ../libqservice/IQHDMIClient.h \ |
| 17 | ../libqservice/IQClient.h |
Arun Kumar K.R | b2771bf | 2016-10-03 21:38:23 -0700 | [diff] [blame] | 18 | |
| 19 | include $(BUILD_COPY_HEADERS) |