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 | 9905128 | 2017-05-15 12:20:07 -0400 | [diff] [blame^] | 10 | LOCAL_COPY_HEADERS := color_metadata.h \ |
| 11 | display_color_processing.h \ |
| 12 | ../libqdutils/qd_utils.h \ |
| 13 | ../libqdutils/qdMetaData.h \ |
| 14 | ../libqdutils/display_config.h \ |
| 15 | ../libqservice/QServiceUtils.h \ |
| 16 | ../libqservice/IQService.h \ |
| 17 | ../libqservice/IQHDMIClient.h \ |
| 18 | ../libqservice/IQClient.h |
Arun Kumar K.R | b2771bf | 2016-10-03 21:38:23 -0700 | [diff] [blame] | 19 | |
| 20 | include $(BUILD_COPY_HEADERS) |