From 1ccf57474d3894e159b1b4f7b89b38053255733c Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Fri, 14 Oct 2022 16:51:23 +0000 Subject: [PATCH] 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 --- java/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/base.go b/java/base.go index 23b4d46b3..7f6132a6b 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: "_"