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:
commit
91bba07dd0
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue