Remove useless LOCAL_ACP_UNAVAILABLE
The make build system no longer needs LOCAL_ACP_UNAVAILABLE. Change-Id: Ieef1415488853add9c5f5ab24219f9c6d3d13aa5
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user