Java API export of CorePlatformApi surface
API export currently uses a naming convention to determine the api surface of a droidstubs module. Add platform.api to this naming convetion for CorePlatformApi surface Test: N/A Bug: 262014796 Change-Id: I1255e7e54d4a1dfb9e040184b90d6e8b7146c028
This commit is contained in:
parent
9bedfd0d4b
commit
da97755329
1 changed files with 1 additions and 0 deletions
|
@ -901,6 +901,7 @@ var (
|
|||
"system": android.SdkSystem,
|
||||
"module_lib": android.SdkModule,
|
||||
"module-lib": android.SdkModule,
|
||||
"platform.api": android.SdkCorePlatform,
|
||||
"test": android.SdkTest,
|
||||
"toolchain": android.SdkToolchain,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue