diff options
| author | 2022-10-15 04:13:32 +0000 | |
|---|---|---|
| committer | 2022-10-15 04:13:32 +0000 | |
| commit | 91e8d3d00cee446a7a031ef8e15c7d7b23d86288 (patch) | |
| tree | 06dafd5e7385e38861e72737454f440e83af39a8 | |
| parent | 78a966cadba6c2306f55b0c6215700ea85da20f4 (diff) | |
| parent | 1ccf57474d3894e159b1b4f7b89b38053255733c (diff) | |
Merge "Update documenation for default value of sdk_version"
| -rw-r--r-- | java/base.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/base.go b/java/base.go index ab5a7d9a2..96f36e87e 100644 --- a/java/base.go +++ b/java/base.go @@ -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>" |