summaryrefslogtreecommitdiff
path: root/java/hiddenapi_singleton.go
diff options
context:
space:
mode:
author Pete Gillin <peteg@google.com> 2020-06-09 13:20:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-06-09 13:20:31 +0000
commitd7db79cc8b7cc2dbde919d95297b8dd917e7e831 (patch)
tree3b3baf0b6a1b051a57e1e1dc113e4c709056eab1 /java/hiddenapi_singleton.go
parent4e372f7841c1b80178fa91110b34018d7e4d7ae8 (diff)
parent1f41dbff6434deac5c41047f34ed7d5d288e5497 (diff)
Merge "Split the core/platform API into stable and legacy versions."
Diffstat (limited to 'java/hiddenapi_singleton.go')
-rw-r--r--java/hiddenapi_singleton.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/hiddenapi_singleton.go b/java/hiddenapi_singleton.go
index 2f35798b5..bff591cb0 100644
--- a/java/hiddenapi_singleton.go
+++ b/java/hiddenapi_singleton.go
@@ -116,7 +116,7 @@ func stubFlagsRule(ctx android.SingletonContext) {
// Core Platform API stubs
corePlatformStubModules := []string{
- "core.platform.api.stubs",
+ "legacy.core.platform.api.stubs",
}
// Allow products to define their own stubs for custom product jars that apps can use.