Merge "Elaborate comment on paltform_apis" am: 8a6f25be55 am: 21cf6f3c2e am: 7fcbcf13af am: 5d52e78a3b

am: b8108cbfee

Change-Id: I3b6a55b2ebedba9e3257303e747b5f92c26e9ba3
This commit is contained in:
Jeongik Cha
2019-08-20 08:30:13 -07:00
committed by android-build-merger

View File

@@ -209,8 +209,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 {