aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/androidmk.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/androidmk.go b/common/androidmk.go
index f041b597..9628a100 100644
--- a/common/androidmk.go
+++ b/common/androidmk.go
@@ -182,9 +182,6 @@ func translateAndroidMkModule(ctx blueprint.SingletonContext, w io.Writer, mod b
fmt.Fprintln(w, "LOCAL_MODULE_HOST_CROSS_ARCH :=", archStr)
} else {
fmt.Fprintln(w, "LOCAL_MODULE_HOST_ARCH :=", archStr)
-
- // TODO: this isn't true for every module, only dependencies of ACP
- fmt.Fprintln(w, "LOCAL_ACP_UNAVAILABLE := true")
}
fmt.Fprintln(w, "LOCAL_MODULE_HOST_OS :=", amod.HostType().String())
fmt.Fprintln(w, "LOCAL_IS_HOST_MODULE := true")