Sign in
android
/
platform
/
external
/
gentoo
/
integration
/
0a640a9fcf9a3680ac38179665d1110f737d4b7d
/
.
/
toolchain
/
3rd-party-pkg-config.in
blob: 9dacf798cebc48bfecc3fb8f890c0d12034026ac [
file
] [
log
] [
blame
]
#!/bin/sh
sysroot
=
"${ANDROID_PRODUCT_OUT}/@ROOT_SUBDIR@"
PKG_CONFIG_LIBDIR
=
"$(printf '%s:' "
$
{
sysroot
}
"/usr/*/pkgconfig)"
\
PKG_CONFIG_SYSROOT_DIR
=
"${sysroot}"
\
exec pkg
-
config
"$@"