From f778e12c57b9d13a65930eb656da8e456fc05ad5 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 1 Mar 2016 23:09:38 -0800 Subject: Remove useless LOCAL_ACP_UNAVAILABLE The make build system no longer needs LOCAL_ACP_UNAVAILABLE. Change-Id: Ieef1415488853add9c5f5ab24219f9c6d3d13aa5 --- common/androidmk.go | 3 --- 1 file changed, 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") -- cgit v1.2.3