external/libffi
Note: AOSP has (or had) a platform/external/libffi used by Dalvik/MIPS. To avoid confusion, we call our version of the library libffi-cheets.
./Android.mk
./MODULE_LICENSE_BSD_LIKE
./NOTICE (copy of ./LICENSE)
./README.cheets.md
./linux-arm/ffi.h
./linux-arm/fficonfig.h
./linux-arm/ffitarget.h
./linux-x86/ffi.h
./linux-x86/fficonfig.h
./linux-x86/ffitarget.h
The ffi.h, fficonfig.h, and ffitarget.h files allow us to easily configure each build target.
ffi.h
fficonfig.h
ffitarget.h
Note that Android.mk embeds the version of Wayland being built (ends up in src/wayland-version.h)
These files are generated by the Android.mk makefile into the source directory, and should not be checked in.
include/ffi.h.in
include/ffi.h