summaryrefslogtreecommitdiffstats
path: root/core/host_shared_library.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-02-20 13:54:43 -0800
committerYing Wang <wangying@google.com>2014-02-20 13:54:43 -0800
commitbf4a8d306907010d782ef377fb7a7873d890ce03 (patch)
tree3bdf5adc01fffe19f32077a215769d76b3ee78e1 /core/host_shared_library.mk
parent9335001d5d15777522455d5f593a9a69719b12b7 (diff)
downloadbuild-bf4a8d306907010d782ef377fb7a7873d890ce03.zip
build-bf4a8d306907010d782ef377fb7a7873d890ce03.tar.gz
build-bf4a8d306907010d782ef377fb7a7873d890ce03.tar.bz2
Include $(BUILD_COPY_HEADERS) in upper-level makefiles
This makes sure copy_headers.mk only be included onces, no matter it's for the 1st arch or the 2nd arch. Change-Id: I80a558fbdb52861f176bd27a21c302069a5cc3ce
Diffstat (limited to 'core/host_shared_library.mk')
-rw-r--r--core/host_shared_library.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/host_shared_library.mk b/core/host_shared_library.mk
index a29e14c..a608251 100644
--- a/core/host_shared_library.mk
+++ b/core/host_shared_library.mk
@@ -44,3 +44,8 @@ $(LOCAL_BUILT_MODULE): $(all_objects) $(all_libraries) $(LOCAL_ADDITIONAL_DEPEND
$(transform-host-o-to-shared-lib)
endif # skip_build_from_source
+
+###########################################################
+## Copy headers to the install tree
+###########################################################
+include $(BUILD_COPY_HEADERS)