diff options
author | Po-Chien Hsueh <pchsueh@google.com> | 2017-03-02 15:44:24 +0800 |
---|---|---|
committer | Po-Chien Hsueh <pchsueh@google.com> | 2017-03-07 11:28:32 +0800 |
commit | c535b2fdedf61ac4c0e08d9bf005a3769da01ec8 (patch) | |
tree | c138504774f9b23c84f810487c26cf4144e86d10 /tests | |
parent | 88202b943f640f5e73e41941b2b911489a96057b (diff) |
Move default HAL libraries to vendor
Libraries under /hardware/libhardware/modules should go to /vendor/.
These are conventionl HALs for default implementations, most of them
are not used.
Camera and thermal are already moved in other CLs.
Bug: 35907904
Test: Compiled and checked install path. Verified on Sailfish with
$ lsof | grep default.
Change-Id: Ibde574001c01cbfea014a20a0fbbb3265e6cdc8a
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vehicle/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/vehicle/README b/tests/vehicle/README index b8fc7d44..42d2210b 100644 --- a/tests/vehicle/README +++ b/tests/vehicle/README @@ -49,13 +49,13 @@ $ croot $ mmm hardware/libhardware This will generate the following binaries that we care about: -i) out/target/product/XXX/system/lib/hw/vehicle.default.so +i) out/target/product/XXX/vendor/lib/hw/vehicle.default.so ii) out/target/product/XXX/data/nativetest/vehicle_tests iii) out/target/product/XXX/system/bin/vehicle-hal-tool The location for the first shared library would be: -$ adb push out/target/product/XXX/system/lib/hw/vehicle.default.so -/system/lib/hw +$ adb push out/target/product/XXX/vendor/lib/hw/vehicle.default.so +/vendor/lib/hw You can also use 'adb sync' if you like, although this is the easiest least hassle way of putting it in place. |