commit | 3bf15e71d3e9f7d3512f44063fc8cdccc06834ce | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Jul 25 16:03:53 2016 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Fri Jul 29 19:58:35 2016 +0000 |
tree | 699352d4cf0192b49532f51bf836979c224e5f95 | |
parent | 900e9e6392f407b181051e2d2137c6cd1896b71a [diff] [blame] |
Record module type statistics Creates a build_system_stats.txt build artifact that contains statistics on how many BUILD_* modules are defined in a build. Also writes out information about the Soong module types sent from the Soong build. Merged-In: Iaf0c7062f542dc6942b5349854f3d49267cac4a5 Change-Id: Iaf0c7062f542dc6942b5349854f3d49267cac4a5
diff --git a/core/host_executable.mk b/core/host_executable.mk index 0060c3e..78223eb 100644 --- a/core/host_executable.mk +++ b/core/host_executable.mk
@@ -1,3 +1,4 @@ +$(call record-module-type,HOST_EXECUTABLE) LOCAL_IS_HOST_MODULE := true my_prefix := HOST_ LOCAL_HOST_PREFIX :=