1LOCAL_PATH:= $(call my-dir) 2include $(LOCAL_PATH)/../common.mk 3include $(CLEAR_VARS) 4 5# Legacy header copy. This is deprecated. 6# Modules using these headers should shift to using 7# LOCAL_HEADER_LIBRARIES := display_headers 8LOCAL_VENDOR_MODULE := true 9LOCAL_COPY_HEADERS_TO := $(common_header_export_path) 10LOCAL_COPY_HEADERS := display_properties.h \ 11 ../libqdutils/qd_utils.h \ 12 ../libqdutils/display_config.h \ 13 ../libqservice/QServiceUtils.h \ 14 ../libqservice/IQService.h \ 15 ../libqservice/IQHDMIClient.h \ 16 ../libqservice/IQClient.h 17 18include $(BUILD_COPY_HEADERS) 19