Sign in
ara-mdk
/
platform
/
ndk
/
8d7b9d7b124320b7be67da72bef6358abed08a55
/
.
/
tests
/
device
/
whole-static-libs
/
jni
/
foo2.c
blob: 07984cd493dd8d36ff1bf17a98c79dd2691b1c55 [
file
] [
log
] [
blame
]
/* This function is not called from main() but should still be included
* in the final executable due to our use of LOCAL_WHOLE_STATIC_LIBRARIES.
* main() will dlopen() itself to look for the function symbol.
*/
int
foo2
(
int
x
)
{
return
x
*
2
;
}