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:
@@ -3368,6 +3368,9 @@ func TestDefaults(t *testing.T) {
|
||||
shared: {
|
||||
srcs: ["baz.c"],
|
||||
},
|
||||
bazel_module: {
|
||||
bp2build_available: true,
|
||||
},
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
|
Reference in New Issue
Block a user