summaryrefslogtreecommitdiff
path: root/android/bazel_test.go
diff options
context:
space:
mode:
author Romain Jobredeaux <jobredeaux@google.com> 2023-05-04 10:16:26 -0400
committer Romain Jobredeaux <jobredeaux@google.com> 2023-05-08 15:26:43 -0400
commit8242b43df84c883db8f7231a3d0e82849583e94d (patch)
treedeb8a5bb87c00e153e5ba921df41ad451c845664 /android/bazel_test.go
parent30208863b4ffdf48bd75549a20d083ef8950c3a2 (diff)
Map prebuilt_apis labels to Bazel's manually generated ones.
Change-Id: I5bec807da9b39e2b166af1bd83da43df91f997ef Bug: 237810289 Test: check that android-non-updatable.stubs.module_lib uses manual bazel target for its sdk_system_current_android dependency Change-Id: I6f5fb348e1dcaad10eb756382359f34de792b6e0
Diffstat (limited to 'android/bazel_test.go')
-rw-r--r--android/bazel_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/bazel_test.go b/android/bazel_test.go
index 87b2c8f42..77e251575 100644
--- a/android/bazel_test.go
+++ b/android/bazel_test.go
@@ -218,7 +218,7 @@ func (bcc *TestBazelConversionContext) Config() Config {
var bazelableBazelModuleBase = BazelModuleBase{
bazelProperties: properties{
- Bazel_module: bazelModuleProperties{
+ Bazel_module: BazelModuleProperties{
CanConvertToBazel: true,
},
},
@@ -344,7 +344,7 @@ func TestBp2BuildAllowlist(t *testing.T) {
},
BazelModuleBase: BazelModuleBase{
bazelProperties: properties{
- Bazel_module: bazelModuleProperties{
+ Bazel_module: BazelModuleProperties{
CanConvertToBazel: true,
Bp2build_available: proptools.BoolPtr(true),
},