From 988f53cf5a048f31baac2aae8d1588cefc1b0d17 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Mon, 16 Sep 2019 15:59:01 +0900 Subject: 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 --- java/java.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'java/java.go') 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. -- cgit v1.2.3-59-g8ed1b