Add bazel_module properties to cc_defaults

Test: go soong tests
Test: add bazel_module to Android.bp file and m nothing
Change-Id: I13c3e8d59536dbea88f3495309f4f64e849ede9f
This commit is contained in:
Liz Kammer
2021-03-31 15:42:03 -04:00
parent 51a0d85ebc
commit 3cf5211890
2 changed files with 9 additions and 0 deletions

View File

@@ -3368,6 +3368,9 @@ func TestDefaults(t *testing.T) {
shared: {
srcs: ["baz.c"],
},
bazel_module: {
bp2build_available: true,
},
}
cc_library_static {