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:
Spandan Das 2023-01-26 20:45:16 +00:00
parent 9bedfd0d4b
commit da97755329

View file

@ -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,
}