• Home
  • History
  • Annotate
  • only in /frameworks/av/media/libeffects/config/
History log of /frameworks/av/media/libeffects/config/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
13e2fda38720cebf4440ba361c2bbb8241dc6f4a 14-Jul-2017 Steven Moreland <smoreland@google.com> Make libeffects build with the VNDK.

When the vndk is enabled (BOARD_VNDK_VERSION=current),
vendor libraries must only link against vendor variants
in the build system. This also means that they receive
restricted sets of headers and that automatic global
headers are restricted.

Test: build libeffects with BOARD_VNDK_VERSION=current
Bug: 37342627
Change-Id: I95b4bc39eb98b5af4069ab64d81574a451c8131f
ndroid.bp
42aa39a2c6864eeea8e40bd57230ff99ea71be5f 10-Jun-2017 Kevin Rocard <krocard@google.com> Effects config: Parse new configuration format

For treble, files shared between vendor and system must have a schema.
As .conf did not support such feature, transition to an xml based
configuration file.

This new format has several changes:
- library path are now relative to the standard effect directories
- effect parameters are no longer supported (nobody used them)

Test: Check that the dumpsys is similar than with the legacy formal
Bug: 37492580
Change-Id: I333db2977280e2e0078815b88affd4ab9b01b8bc
Signed-off-by: Kevin Rocard <krocard@google.com>
ndroid.bp
nclude/media/EffectsConfig.h
rc/EffectsConfig.cpp