Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-libffi: 儲存庫摘要

external/libffi


最新提交 RSS

修訂. 時間 作者 訊息
c97ebeb 2019-11-23 10:46:58 Michael Goffioul q-x86 Compile in support for closures This is intended to supp...
699c661 2019-02-25 21:08:26 Xin Li Merge stage-aosp-master into pi-dev-plus-aosp am: 8e6241e...
8e6241e 2019-02-25 17:28:44 Xin Li Merge stage-aosp-master into pi-dev-plus-aosp Bug: 12612...
5f6e62a 2019-02-21 09:18:32 Xin Li DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-maste...
8f3ca9d 2019-01-18 10:49:56 Elliott Hughes Merge "Switch to system/core/janitors as OWNERS." am: 30b...
6d32f3e 2019-01-18 10:42:50 Elliott Hughes Merge "Switch to system/core/janitors as OWNERS." am: 30b...
97748e2 2019-01-18 10:38:18 Elliott Hughes Merge "Switch to system/core/janitors as OWNERS." am: 30b...
30bc66e 2019-01-18 10:23:54 Elliott Hughes Merge "Switch to system/core/janitors as OWNERS."
d89a31a 2019-01-18 06:19:13 Elliott Hughes Switch to system/core/janitors as OWNERS. Change-Id: Ic8...
d2b16bb 2019-01-10 03:25:56 Chih-hung Hsieh Merge "Add default code reviewers into OWNERS" am: c4572f...

分支

名稱 修訂. 時間 作者 訊息
q-x86 c97ebeb 2019-11-23 10:46:58 Michael Goffioul Compile in support for clos...

README.cheets.md

Notes for updating external/libffi from source

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.

Files added for use in 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.

Note that Android.mk embeds the version of Wayland being built (ends up in src/wayland-version.h)

Files generated by the build process

These files are generated by the Android.mk makefile into the source directory, and should not be checked in.

From include/ffi.h.in

  • include/ffi.h
Show on old repository browser