From 535e2cf4e1aa7b942e4662f6073517df0c00d09e Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 20 Oct 2017 17:57:49 -0700 Subject: Support installable prebuilt jars Some host modules need to be installed. Add an installable property. Test: m checkbuild Change-Id: Ifd023213ff66e81aa77ba1741c75837a1dd88d1d --- java/java.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/java.go') diff --git a/java/java.go b/java/java.go index 497b28510..fbd7bdd8b 100644 --- a/java/java.go +++ b/java/java.go @@ -920,6 +920,8 @@ type ImportProperties struct { Jars []string Sdk_version string + + Installable *bool } type Import struct { -- cgit v1.2.3-59-g8ed1b