commit | 5ca3a6293e6efe1750f1a558c503d3dfccceae31 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Wed Aug 05 15:40:41 2020 -0700 |
committer | Liz Kammer <eakammer@google.com> | Thu Sep 10 07:56:03 2020 -0700 |
tree | ab0c72c63668f2c3c14fe5c375d2e8d55a8fe92f | |
parent | 3e0b9c031caa7f004330d780d9d4631df3ee4bb3 [diff] [blame] |
Add hidden_api for java_import Test: go java tests Test: m Bug: 160455085 Change-Id: Ib6e826e32ca73ceea0799b26145ad06b1e62a1bf
diff --git a/android/prebuilt.go b/android/prebuilt.go index 269ad5d..734871b 100644 --- a/android/prebuilt.go +++ b/android/prebuilt.go
@@ -253,7 +253,7 @@ p := m.(PrebuiltInterface).Prebuilt() if p.usePrebuilt(ctx, s) { p.properties.UsePrebuilt = true - s.SkipInstall() + s.ReplacedByPrebuilt() } }) }