Revert "Remove useless LOCAL_ACP_UNAVAILABLE" DO NOT MERGE ANYWHERE

This reverts commit f778e12c57.

LOCAL_ACP_UNAVAILABLE is still necessary in nyc-dev.

Change-Id: I25ce63162cb30cb1b5d6173eef0f6b99298162fe
This commit is contained in:
Colin Cross
2016-03-25 18:09:05 -07:00
parent d27a5c8fb9
commit 27a0040569

View File

@@ -192,6 +192,9 @@ 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")