[Android] Update the hardware/libhardware headers for honeycomb

Martin Storsjö git at videolan.org
Sat Jul 26 13:08:39 CEST 2014


vlc-ports/android | branch: master | Martin Storsjö <martin at martin.st> | Fri Jul 25 23:12:51 2014 +0300| [b2bec647f38449e6ab4604fdb23ab99c16a4169f] | committer: Martin Storsjö

Update the hardware/libhardware headers for honeycomb

Previously this used a checkout from ICS (which worked fine so far).
There are no honeycomb tags in this repo, so we can only guess and
pick commits based on where important changes were made.

This set of headers is from commit 41693fa, which is the last commit
before gralloc.h started including system/window.h (which caused issues
with the system/core headers from ICS, which provided a duplicate
definition of android_native_buffer_t.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=b2bec647f38449e6ab4604fdb23ab99c16a4169f
---

 .../hardware/libhardware/include/hardware/audio.h  |  624 +++++++-------
 .../libhardware/include/hardware/audio_effect.h    |  897 --------------------
 .../libhardware/include/hardware/audio_hal.h       |  298 +++++++
 .../libhardware/include/hardware/audio_policy.h    |  412 ++-------
 .../include/hardware/audio_policy_hal.h            |  384 +++++++++
 .../hardware/libhardware/include/hardware/camera.h |   30 +-
 .../hardware/libhardware/include/hardware/fb.h     |  164 ----
 .../hardware/libhardware/include/hardware/gps.h    |   13 -
 .../libhardware/include/hardware/gralloc.h         |  178 +++-
 .../libhardware/include/hardware/hwcomposer.h      |   50 +-
 .../hardware/libhardware/include/hardware/nfc.h    |   96 ---
 .../libhardware/include/hardware/qemu_pipe.h       |   48 +-
 .../hardware/libhardware/include/hardware/qemud.h  |   55 +-
 .../libhardware/include/hardware/sensors.h         |  107 ++-
 14 files changed, 1317 insertions(+), 2039 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=b2bec647f38449e6ab4604fdb23ab99c16a4169f


More information about the Android mailing list