History log of /hardware/interfaces/audio/effect/2.0/Android.bp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
76cfb841405a7884519181dd924459c142ac43dd 20-May-2017 Steven Moreland <smoreland@google.com> Update makefiles. (2/2)

Adds default configuration for all hals.

Bug: 38415912
Test: pass
Change-Id: Idd1f3a2b7b16ad956d31784a513e93a066cdd02e
/hardware/interfaces/audio/effect/2.0/Android.bp
bc7112412076c403b4cb0d5c7316f9ef39b7a20d 10-May-2017 Steven Moreland <smoreland@google.com> Update makefiles for c++-sources and c++-headers. (2/2)

Test: pass
Bug: 38174080
Change-Id: Icad451f9f9ad5f46412356a4171a8a1222f8e545
/hardware/interfaces/audio/effect/2.0/Android.bp
3b36a83a2e2f96e4cbcc9d022bebd0e59205c5af 11-Apr-2017 Steven Moreland <smoreland@google.com> Update makefiles (2/2).

Test: pass
Change-Id: Ic7e6289c7b69785491708ce0acbb657f4c704229
/hardware/interfaces/audio/effect/2.0/Android.bp
561b602a9984624c8459bbd3d7b8bd74853fc18d 27-Mar-2017 Steven Moreland <smoreland@google.com> Update makefiles for hwtypes.h

Test: pass
Change-Id: I8e17eb8fec5d2f04c526476a866c8dd54ccb556c
/hardware/interfaces/audio/effect/2.0/Android.bp
85120c9490dfc53421a0eeee648acf65ac96cefb 10-Feb-2017 Tri Vo <trong@google.com> Update makefiles to use filgroup syntax.

Test: mmma hardware/interfaces
Change-Id: I9f4457c78b7820c242d46359f0debe05d1b3e482
/hardware/interfaces/audio/effect/2.0/Android.bp
ce608bec74a947ebd9875004dc5dc4594629c440 08-Feb-2017 Tri Vo <trong@google.com> Migrate driver/profiler to test/vts-testcase/hal.

Bug: 34893894
Test: mmma hardware/interfaces

Change-Id: Ic72716577a5f93700c5056986aff55a76b170b5d
/hardware/interfaces/audio/effect/2.0/Android.bp
e9b43bbe2d58dd1ae652eeff339771b01cec7d29 03-Feb-2017 Zhuoyao Zhang <zhuoyao@google.com> Update Andriod.bp for hals.

* Add driver/profiler build rule for all hals.

Test: mma
Change-Id: I98325f7af14fec7dd1bb64b1668de8c7c20ace92
/hardware/interfaces/audio/effect/2.0/Android.bp
a18049ad138a79890c79335e90822215d7df506f 11-Jan-2017 Yifan Hong <elsk@google.com> Bp/nFoo -> Bp/nHwFoo.

Test: mma
Bug: 33554989
Change-Id: I4b3f852d20fdfc49f2da671dd3c12d618ffb4140
/hardware/interfaces/audio/effect/2.0/Android.bp
501839495fb4c03222ee1449b05fdee452516250 29-Nov-2016 Yifan Hong <elsk@google.com> Update makefiles for hidlizing IBase.

A new dependency android.hidl.base@1.0 is added for
all projects.

Test: mma

Change-Id: Ia70d0eb0d74de06475a339698386d383d491a43a
/hardware/interfaces/audio/effect/2.0/Android.bp
f8d68ec8555a92b8f3a2f534a90a6cab8cb669c6 22-Nov-2016 Steven Moreland <smoreland@google.com> Update makefiles for logging.

Bug: 32943424
Test: pass
Change-Id: Ic88ce6adf04e0e36db53e4cc06ac2ec5a90c011c
/hardware/interfaces/audio/effect/2.0/Android.bp
6b920e43d379cdca8afe1831705690b95b3d71ef 16-Nov-2016 Yifan Hong <elsk@google.com> Split libhidl into base and transport.

Bug: 32756130

Test: mma
Change-Id: Id21cf23abe2910f26bb7895511862443b93dc112
/hardware/interfaces/audio/effect/2.0/Android.bp
c2f2779d9d224c0bb1b8b86d5dc44d7e7ad82f1a 08-Nov-2016 Yifan Hong <elsk@google.com> Update Android.bp to reexport dependent packages.

Test: mma
Change-Id: Iaca7300c366c2c9e860a29e6a111248d315cc5b4
/hardware/interfaces/audio/effect/2.0/Android.bp
b785f5b82ef2efa62ca9d7288cfff64c178080b0 04-Nov-2016 Colin Cross <ccross@android.com> Support genrules with multiple tools

To allow genrules with more than one tool, rename the tool property to
tools and make it an array, replace $tool with $(location <label>),
and use $() for other variables for consistency.

Bug: 31948427
Test: compare build.ninja
Change-Id: I3d714f70a2af0dc60faeee10e09b6ed166601f1d
/hardware/interfaces/audio/effect/2.0/Android.bp
fcd74ebcdc21e8b20a4556c4795f857247957398 02-Nov-2016 Steven Moreland <smoreland@google.com> Running update makefiles.

https://android-review.googlesource.com/#/c/298160/

Test: pass
Change-Id: I14fcde2d3aacc8f8cd9221f2d69e2feae9ae1226
/hardware/interfaces/audio/effect/2.0/Android.bp
69727778a74baacb880dffbd1c6692457932bf57 26-Oct-2016 Steven Moreland <smoreland@google.com> Stop all these merge conflicts.

Test: mma -j64
Change-Id: I319198af32adf1fef180c5c2c22ba4b360fa7609
/hardware/interfaces/audio/effect/2.0/Android.bp
40be06cdf3a34856144574cf5e70b60e4ad4940c 28-Sep-2016 Mikhail Naganov <mnaganov@google.com> Define HAL for audio effects

Created after hardware/audio_effect.h with the following changes:

- names changed to satisfy HAL style guide;

- defined an interface per effect, an interface method
per command, and getter / setter methods for properties;

- retained methods for executing proprietary commands
and accessing proprietary properties, only to be used
for third-party software effects;

- HIDL vector type is used instead of count / array pairs;

- provider callback changed to be used over RPC;

- 'dump' is method is already defined by generated code.

Note that audio data is currently transferred using AudioBuffers,
which is not effective due to memory copy and HwBinder transaction
involved. The transfer method will be changed to FastMessageQueue.

Bug: 30222631
Test: make
Change-Id: Ic8ea5c19688610ebe642c7597d2bcfa3226977e7
/hardware/interfaces/audio/effect/2.0/Android.bp