35 lines
915 B
YAML
35 lines
915 B
YAML
package: android28
|
|
libraries: [android, log, nativewindow, m]
|
|
inputfiles:
|
|
- $ANDROID_HOME/ndk-bundle/sysroot/usr/include/android/native_window.h
|
|
- $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
|
|
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
|
|
- wcstoimax
|
|
- wcstoumax
|
|
- imaxdiv
|
|
# - __system_property_get
|
|
enums:
|
|
- .*
|
|
typesubs:
|
|
Stat: Stat_t
|
|
Stat64: Stat64_t
|
|
clang: $ANDROID_HOME/ndk-bundle/toolchains/llvm/prebuilt/darwin-x86_64/bin/aarch64-linux-android28-clang
|