Elaborate comment on paltform_apis

Bug: 132780927
Test: None
Change-Id: If0a4f97ea8f0af0c962fd963daad01adb3e5412f
This commit is contained in:
Jeongik Cha
2019-08-19 14:09:52 +09:00
parent 81c5f99808
commit 356dac4a17

View File

@@ -205,8 +205,9 @@ type CompilerDeviceProperties struct {
// Defaults to sdk_version if not set.
Target_sdk_version *string
// It must be true only if sdk_version is empty.
// This field works in only android_app, otherwise nothing happens.
// Whether to compile against the platform APIs instead of an SDK.
// If true, then sdk_version must be empty. The value of this field
// is ignored when module's type isn't android_app.
Platform_apis *bool
Aidl struct {