~binli/libhybris/+git/libhybris-ubuntu:bug-1596772/add-scandir-hook

Last commit made on 2016-06-28
Get this branch:
git clone -b bug-1596772/add-scandir-hook https://git.launchpad.net/~binli/libhybris/+git/libhybris-ubuntu
Only Bin Li can upload to this branch. If you are Bin Li please log in for upload directions.

Branch merges

Branch information

Name:
bug-1596772/add-scandir-hook
Repository:
lp:~binli/libhybris/+git/libhybris-ubuntu

Recent commits

556b327... by Bin Li

Add hooks to support scandir, scandirat, alphasort, versionsort, scandir64
Bugs: https://bugs.launchpad.net/libhybris/+bug/1596772

ab4d3e0... by Simon Fels

debian: release version 0.1.0+git20151016+6d424c9-0ubuntu10

3a4ce85... by Simon Fels

debian: update changelog

6ac8f08... by Simon Fels

debian: add missing hybris/common include directory

e5a3629... by Simon Fels

debian: release 0.1.0+git20151016+6d424c9-0ubuntu9

89d626d... by Simon Fels

debian: update changelog

93ef942... by Simon Fels

Merge remote-tracking branch 'morphis/media-encoding'

2deb3e7... by Simon Fels

compat: media: don't put Android 5.x as a requirement for MediaCodecSource

We will most likely get the case that a device running Android 4.x
will get a backport of the MediaCodecSource class. In that case we
should still support it through the media compat API. The device
running Android 4.x then only has to specify a

 BOARD_HAS_MEDIA_CODEC_SOURCE := true

in its BoardConfig.mk and we will add support for it.

d1d1cab... by Simon Fels

compat: media: introduce API version number

Clients can now track changes to the API and continue to work on
platforms where not a certain API is not available rather than
simply crashing when a symbol isn't found.

Generally all targets should try to stay in sync with the upstream
releases we do for libhybris but doing proper landing of the same
changes for all platforms at the same gets really challanging so
we take this simple approach to let clients fallback or refuse
working when a certain API version is not available.

6c070a0... by Simon Fels

compat: media: only build media codec source support for Android 5.x

The MediaCodecSource class introduced with Android 5 so unless it
gets backported to our Android 4.x based trees we can only use it
there.