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:
@@ -192,6 +192,9 @@ func translateAndroidMkModule(ctx blueprint.SingletonContext, w io.Writer, mod b
|
|||||||
fmt.Fprintln(w, "LOCAL_MODULE_HOST_CROSS_ARCH :=", archStr)
|
fmt.Fprintln(w, "LOCAL_MODULE_HOST_CROSS_ARCH :=", archStr)
|
||||||
} else {
|
} else {
|
||||||
fmt.Fprintln(w, "LOCAL_MODULE_HOST_ARCH :=", archStr)
|
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_MODULE_HOST_OS :=", amod.HostType().String())
|
||||||
fmt.Fprintln(w, "LOCAL_IS_HOST_MODULE := true")
|
fmt.Fprintln(w, "LOCAL_IS_HOST_MODULE := true")
|
||||||
|
Reference in New Issue
Block a user