Extend multilib
Allow multilib to be set to "prefer32", which will compile as 32-bit if available, otherwise as 64-bit. Add target.device.compile_multilib and target.host.compile_multilib. If set, they override the top-level compile_multlib property. Change-Id: If658a035b5f441547bc74526feb1d34f773776ff
This commit is contained in:
@@ -197,7 +197,6 @@ func translateAndroidMkModule(ctx blueprint.SingletonContext, w io.Writer, mod b
|
||||
fmt.Fprintln(w, "LOCAL_PATH :=", filepath.Dir(ctx.BlueprintFile(mod)))
|
||||
fmt.Fprintln(w, "LOCAL_MODULE :=", name)
|
||||
fmt.Fprintln(w, "LOCAL_MODULE_CLASS :=", data.Class)
|
||||
fmt.Fprintln(w, "LOCAL_MULTILIB :=", amod.commonProperties.Compile_multilib)
|
||||
fmt.Fprintln(w, "LOCAL_PREBUILT_MODULE_FILE :=", data.OutputFile.String())
|
||||
|
||||
if len(amod.commonProperties.Required) > 0 {
|
||||
|
Reference in New Issue
Block a user