Support installable prebuilt jars

Some host modules need to be installed.  Add an installable property.

Test: m checkbuild
Change-Id: Ifd023213ff66e81aa77ba1741c75837a1dd88d1d
This commit is contained in:
Colin Cross
2017-10-20 17:57:49 -07:00
parent 2ebc476646
commit 535e2cf4e1
2 changed files with 3 additions and 1 deletions

View File

@@ -920,6 +920,8 @@ type ImportProperties struct {
Jars []string
Sdk_version string
Installable *bool
}
type Import struct {