summaryrefslogtreecommitdiff
path: root/phony
diff options
context:
space:
mode:
author Jerome Gaillard <jgaillard@google.com> 2021-01-06 19:00:05 +0000
committer Jerome Gaillard <jgaillard@google.com> 2021-01-06 19:00:05 +0000
commit61a55a03440313461c0fd2805834e69c3131d483 (patch)
treef3bc5ea110412e4b39a45bd10aa94941710dbe3e /phony
parentcc4921607909af4196ca7506523e611c1e67dc17 (diff)
Revert "Export soong license data to make."
Revert submission 1377717-metalics Reason for revert: This has broken renderscript_mac target for aosp-master, see b/176909442 Reverted Changes: I26ac54ca9:Define the standard license_kind rules. I656486070:Export soong license data to make. If9d661dfc:Export soong license data to make. I97943de53:Add ability to declare licenses in soong. Icaff40171:Rough-in license metadata support to make. Ib8e538bd0:Add variables for notice deps, license kinds etc. Change-Id: I51799c94a274eadab414abd80a07b5cda4584be9
Diffstat (limited to 'phony')
-rw-r--r--phony/phony.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/phony/phony.go b/phony/phony.go
index a31d402af..cb60b9f9e 100644
--- a/phony/phony.go
+++ b/phony/phony.go
@@ -52,7 +52,6 @@ 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")
}