summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Vinh Tran <vinhdaitran@google.com> 2022-04-19 00:14:16 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-04-19 00:14:16 +0000
commitef4a5a3028c6c853e4706a0d64b77347d19ac60d (patch)
treeffc6a28172543355dc420d80c16111f2447d2903
parentd683fc45a35d2e95576208e900fa968266a1666f (diff)
parentd91939ee8473b14890b0ad5b6ca14dd06bc9a7a5 (diff)
Merge "Update doc for Platform_apis field in DeviceProperties"
-rw-r--r--java/base.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/base.go b/java/base.go
index 6f12f6c7e..b925350a0 100644
--- a/java/base.go
+++ b/java/base.go
@@ -207,7 +207,7 @@ type DeviceProperties struct {
// 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.
+ // is ignored when module's type isn't android_app, android_test, or android_test_helper_app.
Platform_apis *bool
Aidl struct {