Add convenience phony targets for system modules
OpenJDK9 system modules are not build modules, which means they can't be built with m core-system-modules. Add a phony target. Test: m core-system-modules Change-Id: If6d512ff7a009b49743fb25cbb566935ec1c0153
This commit is contained in:
parent
5c6ecc179f
commit
88c37d3c5f
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ func (system *SystemModules) AndroidMk() android.AndroidMkData {
|
|||
fmt.Fprintln(w)
|
||||
fmt.Fprintln(w, makevar, ":=", system.outputFile.String())
|
||||
fmt.Fprintln(w, ".KATI_READONLY", ":=", makevar)
|
||||
fmt.Fprintln(w, name+":", "$("+makevar+")")
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue