diff options
| author | Tao Bao <tbao@google.com> | 2018-08-07 14:38:51 -0700 |
|---|---|---|
| committer | Tao Bao <tbao@google.com> | 2018-08-10 14:43:27 -0700 |
| commit | 5fc72a103b20cc1b484e997e55e7cc9c06cf117a (patch) | |
| tree | ec407610107f1cf0f011349c6991f8bbc74457cb /fuse_sideload | |
| parent | afa16480aa5a6f72eefb442c099b0962f31cd4b5 (diff) | |
Build `recovery` with Soong.
Fixes: 110380063
Test: `mmma -j bootable/recovery` with aosp_taimen-userdebug
Test: Build and boot into recovery on taimen. Check the basic
functionalities (`Apply update from ADB`, `View recovery logs`,
`Run graphics test`).
Test: Run recovery_unit_test and recovery_component_test on marlin.
Test: Modify `recovery.cpp` locally to trigger the call to
is_battery_ok(). Check that the battery info is reported
correctly.
Test: `build/soong/build_test.bash --dist`
Change-Id: I391eb201d57c760e457ba2bf2410ceb72596795c
Diffstat (limited to 'fuse_sideload')
| -rw-r--r-- | fuse_sideload/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fuse_sideload/Android.bp b/fuse_sideload/Android.bp index b7f9c039..90c4c22c 100644 --- a/fuse_sideload/Android.bp +++ b/fuse_sideload/Android.bp @@ -14,6 +14,7 @@ cc_library { name: "libfusesideload", + recovery_available: true, cflags: [ "-D_XOPEN_SOURCE", @@ -30,7 +31,7 @@ cc_library { "include", ], - static_libs: [ + shared_libs: [ "libbase", "libcrypto", ], |
