summaryrefslogtreecommitdiff
path: root/include/Android.mk
blob: 85e7554b84e26493b85da0cc6df0dc97e57e193c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LOCAL_PATH:= $(call my-dir)
include $(LOCAL_PATH)/../common.mk
include $(CLEAR_VARS)

# Legacy header copy. This is deprecated.
# Modules using these headers should shift to using
# LOCAL_HEADER_LIBRARIES := display_headers
LOCAL_VENDOR_MODULE           := true
LOCAL_COPY_HEADERS_TO         := $(common_header_export_path)
LOCAL_COPY_HEADERS            := display_properties.h \
                                 ../libqdutils/qd_utils.h \
                                 ../libqdutils/display_config.h \
                                 ../libqservice/QServiceUtils.h \
                                 ../libqservice/IQService.h \
                                 ../libqservice/IQHDMIClient.h \
                                 ../libqservice/IQClient.h

include $(BUILD_COPY_HEADERS)