diff options
author | 2019-09-23 22:25:40 +0000 | |
---|---|---|
committer | 2019-09-23 22:25:40 +0000 | |
commit | ec3e81b4becb539994dd11761b214bd16d3aa57f (patch) | |
tree | f776a339a121965b946c47a81386b5d6548f0121 /java/java.go | |
parent | aefd0af575ff212af030e236269d015a97c8854a (diff) | |
parent | 988f53cf5a048f31baac2aae8d1588cefc1b0d17 (diff) |
Merge "Move sysprop gen code to sysprop module"
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 4 |
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. |