Merge "Update doc for DeviceProperties's Sdk_version field" am: 62a2fd93de

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

Change-Id: I6583f76d9dc3ea0a65eab88f7177ae10a7843100
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Vinh Tran
2022-04-15 00:02:54 +00:00
committed by Automerger Merge Worker

View File

@@ -185,12 +185,12 @@ type CommonProperties struct {
// constructing a new module. // constructing a new module.
type DeviceProperties struct { type DeviceProperties struct {
// If not blank, set to the version of the sdk to compile against. // If not blank, set to the version of the sdk to compile against.
// Defaults to compiling against the current platform. // Defaults to private.
// Values are of one of the following forms: // Values are of one of the following forms:
// 1) numerical API level or "current" // 1) numerical API level, "current", "none", or "core_platform"
// 2) An SDK kind with an API level: "<sdk kind>_<API level>". See // 2) An SDK kind with an API level: "<sdk kind>_<API level>"
// build/soong/android/sdk_version.go for the complete and up to date list of // See build/soong/android/sdk_version.go for the complete and up to date list of SDK kinds.
// SDK kinds. If the SDK kind value is empty, it will be set to public. // If the SDK kind is empty, it will be set to public.
Sdk_version *string Sdk_version *string
// if not blank, set the minimum version of the sdk that the compiled artifacts will run against. // if not blank, set the minimum version of the sdk that the compiled artifacts will run against.