Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4add3f8 authored by Vinh Tran's avatar Vinh Tran Committed by Automerger Merge Worker
Browse files

Merge "Update doc for Platform_apis field in DeviceProperties" am: ef4a5a30...

Merge "Update doc for Platform_apis field in DeviceProperties" am: ef4a5a30 am: 58d8a1e9 am: c9d25bd9

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



Change-Id: I1fe398cc641588e89271fa3547ccc6cf9da33455
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b1ad5a19 c9d25bd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {