commit | f18e11074dc8bd5bd04554b5b088b1d8cc40bc35 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Nov 16 14:33:08 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Nov 17 11:22:08 2017 -0800 |
tree | 33e7afddedb5a798ab2e1a8788c55d63d942377a | |
parent | ad59e75a567f0638bae504543664a57582326a58 [diff] [blame] |
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
diff --git a/Android.bp b/Android.bp index a69c1ea..b57b0cc 100644 --- a/Android.bp +++ b/Android.bp
@@ -158,6 +158,7 @@ ], testSrcs: [ "cc/cc_test.go", + "cc/gen_test.go", "cc/library_test.go", "cc/test_data_test.go", ],