Browse Source

Merge "Update musl bindgen clang lib directory"

Colin Cross 1 year ago
parent
commit
6b89a133b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rust/bindgen.go

+ 1 - 1
rust/bindgen.go

@@ -51,7 +51,7 @@ var (
 	})
 	_ = pctx.VariableFunc("bindgenClangLibdir", func(ctx android.PackageVarContext) string {
 		if ctx.Config().UseHostMusl() {
-			return "musl/lib64/"
+			return "musl/lib/"
 		} else {
 			return "lib64/"
 		}