diff options
author | Ying Wang <wangying@google.com> | 2013-08-22 20:02:03 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-08-24 13:55:59 -0700 |
commit | 62c81f821f3675ea57485bfa6cb3320b7178759e (patch) | |
tree | 49c01d7dcb5bebbb47c42dccfa3a902ab44a5e98 /core/Makefile | |
parent | b6cf5b2f41d460405a0a22812255b2700a79fb20 (diff) | |
download | build-62c81f821f3675ea57485bfa6cb3320b7178759e.zip build-62c81f821f3675ea57485bfa6cb3320b7178759e.tar.gz build-62c81f821f3675ea57485bfa6cb3320b7178759e.tar.bz2 |
Collect NOTICE files for apps_only build.
In apps_only build (after running tapas or exporting TARGET_BUILD_APPS),
run "make notice_files" to collect and combine the NOTICE files of
modules that are needed by the apps.
Bug: 10445634
Change-Id: I6555bba1104e43b48c723c82143c46d444a75e80
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index da2454a..d83578b 100644 --- a/core/Makefile +++ b/core/Makefile @@ -507,6 +507,7 @@ target_notice_file_html_gz := $(TARGET_OUT_INTERMEDIATES)/NOTICE.html.gz tools_notice_file_txt := $(HOST_OUT_INTERMEDIATES)/NOTICE.txt tools_notice_file_html := $(HOST_OUT_INTERMEDIATES)/NOTICE.html +ifndef TARGET_BUILD_APPS kernel_notice_file := $(TARGET_OUT_NOTICE_FILES)/src/kernel.txt pdk_fusion_notice_files := $(filter $(TARGET_OUT_NOTICE_FILES)/%, $(ALL_PDK_FUSION_FILES)) @@ -539,6 +540,7 @@ $(installed_notice_html_gz): $(target_notice_file_html_gz) | $(ACP) ifeq ($(ONE_SHOT_MAKEFILE),) ALL_DEFAULT_INSTALLED_MODULES += $(installed_notice_html_gz) endif +endif # TARGET_BUILD_APPS # The kernel isn't really a module, so to get its module file in there, we # make the target NOTICE files depend on this particular file too, which will |