Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
asm-include-path
/
jni
/
foo.S
blob: bceca7e037060746fc822d5d0eee6c97e8f762ff [
file
] [
log
] [
blame
]
#if !__has_include(<android/ndk-version.h>)
#error "<android/ndk-version.h> not in include path"
#endif
#if !__has_include(<asm/unistd.h>)
#error "<asm/unistd.h> not in include path"
#endif