2019-09-17 10:27:17 -04:00
|
|
|
package: android27
|
|
|
|
libraries: [android, log, nativewindow, m]
|
|
|
|
inputfiles:
|
|
|
|
- $ANDROID_HOME/ndk-bundle/sysroot/usr/include/android/native_window.h
|
2019-09-17 12:11:23 -04:00
|
|
|
- $ANDROID_HOME/ndk-bundle/sysroot/usr/include/android/log.h
|
|
|
|
- $ANDROID_HOME/ndk-bundle/sysroot/usr/include/android/sensor.h
|
|
|
|
- $ANDROID_HOME/ndk-bundle/sysroot/usr/include/jni.h
|
|
|
|
- $ANDROID_HOME/ndk-bundle/sysroot/usr/include/sys/stat.h
|
2019-09-17 10:27:17 -04:00
|
|
|
sysimports:
|
|
|
|
- android/native_window.h
|
|
|
|
- android/log.h
|
|
|
|
- android/sensor.h
|
|
|
|
- jni.h
|
|
|
|
- stdlib.h
|
|
|
|
- sys/stat.h
|
|
|
|
functions:
|
|
|
|
- .*
|
|
|
|
functionignore:
|
|
|
|
- JNI_CreateJavaVM
|
|
|
|
- JNI_GetCreatedJavaVMs
|
|
|
|
- JNI_GetDefaultJavaVMInitArgs
|
|
|
|
- JNI_OnLoad
|
|
|
|
- JNI_OnUnload
|
|
|
|
- AHardwareBuffer_lockPlanes
|
2019-10-03 09:18:04 -04:00
|
|
|
- wcstoimax
|
|
|
|
- wcstoumax
|
|
|
|
- imaxdiv
|
2019-10-07 10:41:51 -04:00
|
|
|
# - __system_property_get
|
2019-09-17 10:27:17 -04:00
|
|
|
enums:
|
|
|
|
- .*
|
|
|
|
typesubs:
|
|
|
|
Stat: Stat_t
|
|
|
|
Stat64: Stat64_t
|
|
|
|
clang: $ANDROID_HOME/ndk-bundle/toolchains/llvm/prebuilt/darwin-x86_64/bin/aarch64-linux-android27-clang
|