History log of /hardware/interfaces/health/1.0/default/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c1cad35a5a3d1bbc7fcef1c0e6cece8db2d381e7 11-Jul-2017 Steven Moreland <smoreland@google.com> Compile health hal with the VNDK.

Test: builds with BOARD_VNDK_VERSION=current
Change-Id: I38ea5afed47026f6068e9aac5de3435ec031f836
/hardware/interfaces/health/1.0/default/Android.mk
7e73d5b90831df7fdbced22792e5198fcae897af 24-Feb-2017 Steven Moreland <smoreland@google.com> Remove viral dependency on libhwbinder. (2/2)

find hardware/interfaces -name Android.mk -exec sed -i -e '/libhwbinder
\\/d' {} \;
find hardware/interfaces -name Android.bp -exec sed -i -e
'/"libhwbinder"/d' {} \;
./hardware/interfaces/update-makefiles.sh

Note, automotive has some actual dependencies on libhwbinder, filed
b/35758626 for this.

Test: everything links
Test: (sanity) booted marlin on internal master with these changes
Bug: 35710429
Change-Id: I6d0726c8130d00684b978efbdd48e3ae396f12e5
/hardware/interfaces/health/1.0/default/Android.mk
a0da1a1c3dadac195e598890360c7b9226874ba8 13-Feb-2017 Steven Moreland <smoreland@google.com> Move hidl shims to the vendor partition. (2/2)

We need google shims on the vendor partition because they are providing
an implementation of a vendor defined interface. They were written by
google just as a courtesy/to make the transition easier. They're
basically a set for vendors to assemble their hal implementations
from.

Bug: 34135607
Test: marlin persist.hal.binderization on/off
Change-Id: I2e2af5af39264cf290259755bb9b2eb9827a21f5
/hardware/interfaces/health/1.0/default/Android.mk
6b920e43d379cdca8afe1831705690b95b3d71ef 16-Nov-2016 Yifan Hong <elsk@google.com> Split libhidl into base and transport.

Bug: 32756130

Test: mma
Change-Id: Id21cf23abe2910f26bb7895511862443b93dc112
/hardware/interfaces/health/1.0/default/Android.mk
3e1d94cfe781505b6709538665cb66cc1e10ed07 10-Nov-2016 Sandeep Patil <sspatil@google.com> health: add default health HAL service implementation

Test: Tested with stub HAL on angler
Bug: b/32754732

Change-Id: I54a5ac536e1f34cf2498972653aef702cd926b2a
Signed-off-by: Sandeep Patil <sspatil@google.com>
/hardware/interfaces/health/1.0/default/Android.mk
c7a5ff736a849f3b25bfca6fead38a68185e9498 09-Nov-2016 Sandeep Patil <sspatil@google.com> health: add health HAL and it's default implementation.

The default Health HAL implementation continues to depend on
libhealthd.<target> BOARD_HAL_STATIC_LIBRARY in order to make
sure healthd continues to work.

New device specific Health HAL implentations don't need to
compile with healthd STATIC_HAL.

Test: Tested healthd with and without the static hal implementation
on Angler.

BUG: b/32724915

Change-Id: I25d439f24a4178666614faf196423ffc8ccafafb
Signed-off-by: Sandeep Patil <sspatil@google.com>
/hardware/interfaces/health/1.0/default/Android.mk