aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-11-16 14:33:08 -0800
committerColin Cross <ccross@android.com>2017-11-17 11:22:08 -0800
commitf18e11074dc8bd5bd04554b5b088b1d8cc40bc35 (patch)
tree33e7afddedb5a798ab2e1a8788c55d63d942377a /Android.bp
parentad59e75a567f0638bae504543664a57582326a58 (diff)
downloadbuild_soong-f18e11074dc8bd5bd04554b5b088b1d8cc40bc35.tar.gz
build_soong-f18e11074dc8bd5bd04554b5b088b1d8cc40bc35.tar.bz2
build_soong-f18e11074dc8bd5bd04554b5b088b1d8cc40bc35.zip
Fix using aidl files from filegroups
Compute sources including from filegroup and genrule dependencies before determining if any sources will cause flags to be added. Test: gen_test.go Change-Id: I0434b003bbda07a58bb2ce1a0a72997918c8fae2
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 a69c1ea2..b57b0cc9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -158,6 +158,7 @@ bootstrap_go_package {
],
testSrcs: [
"cc/cc_test.go",
+ "cc/gen_test.go",
"cc/library_test.go",
"cc/test_data_test.go",
],