Update musl bindgen clang lib directory
Musl libclang.so is in musl/lib, not musl/lib64. Bug: 216192129 Test: m USE_HOST_MUSL=true host-native -k Change-Id: Id12630d5c0f51d85278f8562b3d988458a56021a
This commit is contained in:
@@ -51,7 +51,7 @@ var (
|
|||||||
})
|
})
|
||||||
_ = pctx.VariableFunc("bindgenClangLibdir", func(ctx android.PackageVarContext) string {
|
_ = pctx.VariableFunc("bindgenClangLibdir", func(ctx android.PackageVarContext) string {
|
||||||
if ctx.Config().UseHostMusl() {
|
if ctx.Config().UseHostMusl() {
|
||||||
return "musl/lib64/"
|
return "musl/lib/"
|
||||||
} else {
|
} else {
|
||||||
return "lib64/"
|
return "lib64/"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user