diff options
author | 2020-06-09 13:28:54 +0000 | |
---|---|---|
committer | 2020-06-09 13:28:54 +0000 | |
commit | 5dbf9e09f269e308de15b527454a500f9d90a75f (patch) | |
tree | 3b3baf0b6a1b051a57e1e1dc113e4c709056eab1 /java/hiddenapi_singleton.go | |
parent | 9ec9b604635098454a16616a84b84c96e79d6018 (diff) | |
parent | d7db79cc8b7cc2dbde919d95297b8dd917e7e831 (diff) |
Merge "Split the core/platform API into stable and legacy versions." am: d7db79cc8b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1322704
Change-Id: I93e8a2a91f9a5bed9d3274ad937bb351edf4aa88
Diffstat (limited to 'java/hiddenapi_singleton.go')
-rw-r--r-- | java/hiddenapi_singleton.go | 2 |
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. |