From 748209cb6b7dee2e3c67b786bc8338ae029830b4 Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Mon, 24 Oct 2022 10:43:27 -0400 Subject: 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 --- android/filegroup_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/filegroup_test.go') diff --git a/android/filegroup_test.go b/android/filegroup_test.go index a7ea8054c..8292d5e67 100644 --- a/android/filegroup_test.go +++ b/android/filegroup_test.go @@ -6,6 +6,8 @@ import ( ) func TestFileGroupWithPathProp(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") outBaseDir := "outputbase" pathPrefix := outBaseDir + "/execroot/__main__" expectedOutputfile := filepath.Join(pathPrefix, "a/b/c/d/test.aidl") -- cgit v1.2.3-59-g8ed1b