Revert^2 "Export soong license data to make."

61a55a0344

Change-Id: I5fb017c683df18bad42a8e27fb2d7c7c510514e5
This commit is contained in:
Bob Badour
2021-01-07 03:34:31 +00:00
parent 37af046002
commit b499922acc
6 changed files with 73 additions and 9 deletions

View File

@@ -52,6 +52,7 @@ func (p *phony) AndroidMk() android.AndroidMkData {
fmt.Fprintln(w, "\ninclude $(CLEAR_VARS)")
fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir)
fmt.Fprintln(w, "LOCAL_MODULE :=", name)
data.Entries.WriteLicenseVariables(w)
if p.Host() {
fmt.Fprintln(w, "LOCAL_IS_HOST_MODULE := true")
}