diff options
author | Paul Duffin <paulduffin@google.com> | 2019-02-13 12:49:33 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2019-02-14 10:53:59 +0000 |
commit | 2fbbfb8630affe5d0b81fe8a0defd8433bec23e5 (patch) | |
tree | af83a50625f07a62063f2188eded244950dafd1f /java/java.go | |
parent | f97782b18cc3dae0f0fb4b680e1488b000723396 (diff) |
Remove reference to legacy-test and core-junit from comments
The legacy-test and core-junit are no longer used by the runtime,
core-junit was removed a long time ago, legacy-test will be removed
soon.
Bug: 63127064
Test: TH
Change-Id: I094e7263afcba76b40361c3a681c9fd7a4314133
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/java/java.go b/java/java.go index c0310da43..880f9200e 100644 --- a/java/java.go +++ b/java/java.go @@ -78,12 +78,11 @@ type CompilerProperties struct { // list of files that should be excluded from java_resources and java_resource_dirs Exclude_java_resources []string `android:"arch_variant"` - // don't build against the default libraries (bootclasspath, legacy-test, core-junit, - // ext, and framework for device targets) + // don't build against the default libraries (bootclasspath, ext, and framework for device + // targets) No_standard_libs *bool - // don't build against the framework libraries (legacy-test, core-junit, - // ext, and framework for device targets) + // don't build against the framework libraries (ext, and framework for device targets) No_framework_libs *bool // list of module-specific flags that will be used for javac compiles |