summaryrefslogtreecommitdiffstats
path: root/core/static_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/static_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/static_library.mk')
-rw-r--r--core/static_library.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/static_library.mk b/core/static_library.mk
index 329c6ee..d6e8d51 100644
--- a/core/static_library.mk
+++ b/core/static_library.mk
@@ -29,3 +29,8 @@ LOCAL_2ND_ARCH_VAR_PREFIX :=
endif # TARGET_2ND_ARCH
my_module_arch_supported :=
+
+###########################################################
+## Copy headers to the install tree
+###########################################################
+include $(BUILD_COPY_HEADERS)