Home
last modified time | relevance | path

Searched refs:Platform_apis (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/tools/aidl/build/
H A Dproperties.go72 Platform_apis *bool member
H A Daidl_interface_backends.go226 if !proptools.Bool(i.properties.Backend.Java.Platform_apis) && sdkVersion == nil {
259 Platform_apis: i.properties.Backend.Java.Platform_apis,
H A Daidl_interface.go375 Platform_apis *bool
513 if i.shouldGenerateJavaBackend() && !proptools.Bool(i.properties.Backend.Java.Platform_apis) {
/aosp12/build/soong/java/
H A Dbase.go195 Platform_apis *bool member
417 usePlatformAPI := proptools.Bool(j.deviceProperties.Platform_apis)
H A Dapp.go383 usePlatformAPI := proptools.Bool(a.Module.deviceProperties.Platform_apis)