diff options
author | Jeongik Cha <jeongik@google.com> | 2019-08-19 14:09:52 +0900 |
---|---|---|
committer | Jeongik Cha <jeongik@google.com> | 2019-08-19 14:12:02 +0900 |
commit | 356dac4a1773e49ede91f65db9894d8ee264764a (patch) | |
tree | f83f0673d44b47704bf0fc1d47150f5d3ef72c0d /java/java.go | |
parent | 81c5f99808e33ca3ce30ce759716f856a1a360eb (diff) |
Elaborate comment on paltform_apis
Bug: 132780927
Test: None
Change-Id: If0a4f97ea8f0af0c962fd963daad01adb3e5412f
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/java.go b/java/java.go index 3b789f689..afb121871 100644 --- a/java/java.go +++ b/java/java.go @@ -205,8 +205,9 @@ type CompilerDeviceProperties struct { // Defaults to sdk_version if not set. Target_sdk_version *string - // It must be true only if sdk_version is empty. - // This field works in only android_app, otherwise nothing happens. + // Whether to compile against the platform APIs instead of an SDK. + // If true, then sdk_version must be empty. The value of this field + // is ignored when module's type isn't android_app. Platform_apis *bool Aidl struct { |