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) |
Alisha Thapaliya | b2cd2f2 | 2020-01-22 13:30:39 -0800 | [diff] [blame] | 10 | LOCAL_COPY_HEADERS := display_properties.h \ |
Naseer Ahmed | 9905128 | 2017-05-15 12:20:07 -0400 | [diff] [blame] | 11 | ../libqdutils/qd_utils.h \ |
Naseer Ahmed | 9905128 | 2017-05-15 12:20:07 -0400 | [diff] [blame] | 12 | ../libqdutils/display_config.h \ |
| 13 | ../libqservice/QServiceUtils.h \ |
| 14 | ../libqservice/IQService.h \ |
| 15 | ../libqservice/IQHDMIClient.h \ |
| 16 | ../libqservice/IQClient.h |
Arun Kumar K.R | b2771bf | 2016-10-03 21:38:23 -0700 | [diff] [blame] | 17 | |
| 18 | include $(BUILD_COPY_HEADERS) |