Steven Moreland
|
691a455b9f
|
Add hidl_default and make modules use hidl_default.
find hardware/interfaces -type f -not -path "*/.git/*" \
-exec sed -i -e '/cc_[A-Za-z_]\+/ { N; s/$/\n defaults:
\["hidl_defaults"\],/ }' {} \;
./hardware/interfaces/update-makefiles.sh
Test: no warnings
Bug: 35840847
Change-Id: I468b76893bf3f4b62ad610d1d9603bcb8797a702
|
2017-03-08 16:22:00 -08:00 |
|
Steven Moreland
|
d28a3dce40
|
Remove viral dependency on libhwbinder.
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
Test: everything links
Test: (sanity) booted marlin on internal master with these changes
Bug: 35710429
Change-Id: I6b0b5ae318422b7a9be17a19a79e039ffc0f9272
|
2017-02-24 12:01:06 -08:00 |
|
Mark Salyzyn
|
a4842ace39
|
liblog: use log/log.h when utilizing ALOG macros
Test: compile
Bug: 30465923
Change-Id: I67046a75be057e7905570748a1ed6bfd03c0e1c8
|
2017-01-10 15:02:14 -08:00 |
|
Yifan Hong
|
0c4c7a30c2
|
Update to use the correct library for logging.
Generates: b/33193497
Test: mma
Change-Id: Ib8bfc4d2f1d68947099e4756f661ed06689ffd62
|
2016-11-29 13:10:15 -08:00 |
|
Yifan Hong
|
63544eacb6
|
Split libhidl into base and transport.
Bug: 32756130
Test: mma
Change-Id: Id21cf23abe2910f26bb7895511862443b93dc112
|
2016-11-18 09:52:57 -08:00 |
|
Yifan Hong
|
30dc3dee3c
|
hidl_test: move duplicated code to shared lib
Test: hidl_test
Change-Id: Ia68b78d44d68a6b254c686afe64faf7cc89510d7
|
2016-10-24 10:15:54 -07:00 |
|