Sign in
ara-mdk
/
platform
/
ndk
/
4260870a5b9bd79ecdd7855591502a1ac4a01f16
/
.
/
tests
/
build
/
import-static
/
README
blob: 67785a26ba35f6e7bd115928f890ecc41a2407b8 [
file
] [
log
] [
blame
]
The
purpose of
this
check
is
to verify that
static
library imports
are transitive
,
i
.
e
.
that
if
foo imports a
static
library bar
,
which
imports another
static
library zoo
,
then
libfoo
.
so will be linked
against both libbar
.
a
and
libzoo
.
a properly
.