summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2019-09-16 15:59:01 +0900
committerInseob Kim <inseob@google.com>2019-09-23 15:34:06 +0900
commit988f53cf5a048f31baac2aae8d1588cefc1b0d17 (patch)
treec8a1c12b0be72bd917a9d3daa61b3a52626424ae /java/java.go
parentb1102ba82847928276fc7a8edcba21396c2cb541 (diff)
Move sysprop gen code to sysprop module
sysprop_library now generates srcjar itself, effectively cutting the implicit dependency from java module to sysprop module. Bug: 131637873 Test: m {sysprop_library}-dump-api Test: m (with no arguments) performs API check Change-Id: Ia11a744e74b6f733ff0e30d194fbba22505ed644
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 7ececd498..397cd75dd 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.