Update documenation for default value of sdk_version

Follow-up to aosp/2065271. "private" is a Soong internal `SdkKind`
definition and is probably more meaningul for devs who work on
the build system. Changing it to "private platform APIs" should
hopefully make it more meaningful to a wider audience.

(Context: https://yaqs.corp.google.com/eng/q/4927173287831666688)

Test: None
Change-Id: Ied7198bb529eeaa85bc741177b414e06a7262365
This commit is contained in:
Spandan Das
2022-10-14 16:51:23 +00:00
parent b472d457e0
commit 1ccf57474d

View File

@@ -190,7 +190,7 @@ 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 private. // Defaults to an empty string, which compiles the module against the private platform APIs.
// Values are of one of the following forms: // Values are of one of the following forms:
// 1) numerical API level, "current", "none", or "core_platform" // 1) numerical API level, "current", "none", or "core_platform"
// 2) An SDK kind with an API level: "<sdk kind>_<API level>" // 2) An SDK kind with an API level: "<sdk kind>_<API level>"