Merge "Update doc for Platform_apis field in DeviceProperties"
This commit is contained in:
commit
ef4a5a3028
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ type DeviceProperties struct {
|
|||
|
||||
// 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.
|
||||
// is ignored when module's type isn't android_app, android_test, or android_test_helper_app.
|
||||
Platform_apis *bool
|
||||
|
||||
Aidl struct {
|
||||
|
|
Loading…
Reference in a new issue