Merge "Update documenation for default value of sdk_version" am: 91e8d3d00c

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

Change-Id: I38aa29f3c21fd30bde1e78be3d9dc9c7ead3d081
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Spandan Das 2022-10-15 04:49:48 +00:00 committed by Automerger Merge Worker
commit 91bba07dd0

View file

@ -190,7 +190,7 @@ type CommonProperties struct {
// constructing a new module.
type DeviceProperties struct {
// 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:
// 1) numerical API level, "current", "none", or "core_platform"
// 2) An SDK kind with an API level: "<sdk kind>_<API level>"