summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-09-23 22:25:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-09-23 22:25:40 +0000
commitec3e81b4becb539994dd11761b214bd16d3aa57f (patch)
treef776a339a121965b946c47a81386b5d6548f0121 /java/java.go
parentaefd0af575ff212af030e236269d015a97c8854a (diff)
parent988f53cf5a048f31baac2aae8d1588cefc1b0d17 (diff)
Merge "Move sysprop gen code to sysprop module"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/java.go b/java/java.go
index 898c4dd05..4dd6a490e 100644
--- a/java/java.go
+++ b/java/java.go
@@ -184,10 +184,6 @@ type CompilerProperties struct {
Output_params []string
}
- Sysprop struct {
- Platform *bool
- } `blueprint:"mutated"`
-
Instrument bool `blueprint:"mutated"`
// List of files to include in the META-INF/services folder of the resulting jar.