Merge "Remove restriction on android config in generated rust_library targets" into main

This commit is contained in:
Vinh Tran
2023-10-16 19:08:35 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 8 deletions

View File

@@ -101,8 +101,7 @@ rust_library_host {
`,
},
ExpectedBazelTargets: []string{
// TODO(b/290790800): Remove the restriction when rust toolchain for android is implemented
makeBazelTargetHostOrDevice("rust_library", "libfoo", expectedAttrs, android.HostSupported),
MakeBazelTargetNoRestrictions("rust_library", "libfoo", expectedAttrs),
makeBazelTargetHostOrDevice("rust_library", "libfoo_host", expectedAttrs, android.HostSupported),
},
},