aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorJesse Pai <jessepai@google.com>2019-09-13 17:08:52 -0700
committerJesse Pai <jessepai@google.com>2019-09-30 16:24:16 +0000
commit4d3366663970b6de96b2ed980a63babd168a3bc8 (patch)
tree7b3bb3ded19027f8118c6b168fb7b3e854c175e5 /Android.bp
parent0a2f719bcaad397f27bcf52cd6604df6b5cec03b (diff)
downloadbuild_soong-4d3366663970b6de96b2ed980a63babd168a3bc8.tar.gz
build_soong-4d3366663970b6de96b2ed980a63babd168a3bc8.tar.bz2
build_soong-4d3366663970b6de96b2ed980a63babd168a3bc8.zip
Creation of C Flags Build Variables
Modifications made to soong/cc to look for specific C Flags used by Android modules and store name of module into a build variable array. Bug: 140442588 Test: Executed m dist and presubmit Change-Id: If46a11462369c43bbcd445156aff0641514c58b1
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7e6da6ec..1dfac875 100644
--- a/Android.bp
+++ b/Android.bp
@@ -172,6 +172,7 @@ bootstrap_go_package {
"cc/vndk_prebuilt.go",
"cc/xom.go",
+ "cc/cflag_artifacts.go",
"cc/cmakelists.go",
"cc/compdb.go",
"cc/compiler.go",