diff options
author | 2022-10-24 10:43:27 -0400 | |
---|---|---|
committer | 2022-10-24 11:11:58 -0400 | |
commit | 748209cb6b7dee2e3c67b786bc8338ae029830b4 (patch) | |
tree | 17d8589eab33e855b673fd6d1ee0fe7e715f9e46 /java/java_test.go | |
parent | 706d35fe7c6b7d89d7d57beeec5d6f988eb19674 (diff) |
Disable all filegroups in mixed builds
Rather than individually denylisting filegroups until we prioritize a
solution for mixed builds that will correctly integrate into uses such
as proto, aidl, gensrcs, etc.
Test: mixed_droid
Change-Id: Iddbd391af7dd7cabc892b2b26dbc68e3aa506471
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go index d2373e349..3b86f9aa4 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -1288,6 +1288,8 @@ func TestAidlExportIncludeDirsFromImports(t *testing.T) { } func TestAidlIncludeDirFromConvertedFileGroupWithPathPropInMixedBuilds(t *testing.T) { + // TODO(b/247782695), TODO(b/242847534) Fix mixed builds for filegroups + t.Skip("Re-enable once filegroups are corrected for mixed builds") bp := ` filegroup { name: "foo_aidl", |