Add hidden_api for java_import

Test: go java tests
Test: m
Bug: 160455085
Change-Id: Ib6e826e32ca73ceea0799b26145ad06b1e62a1bf
This commit is contained in:
Liz Kammer
2020-08-05 15:40:41 -07:00
parent 3e0b9c031c
commit 5ca3a6293e
7 changed files with 164 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ func PrebuiltSelectModuleMutator(ctx TopDownMutatorContext) {
p := m.(PrebuiltInterface).Prebuilt()
if p.usePrebuilt(ctx, s) {
p.properties.UsePrebuilt = true
s.SkipInstall()
s.ReplacedByPrebuilt()
}
})
}