Split the core/platform API into stable and legacy versions.
For now, everything outside libcore still uses the legacy version. Test: treehugger Bug: 157640067 Change-Id: If5234e9ee533ff537926801a0af045d36b1caf01
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user