Merge "Update doc for Platform_apis field in DeviceProperties" am: ef4a5a3028 am: 58d8a1e993

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2065673

Change-Id: I81222ff83fb68ffc40e4c3039b416243cba1e723
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Vinh Tran
2022-04-19 01:05:44 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {