From 5fc72a103b20cc1b484e997e55e7cc9c06cf117a Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 7 Aug 2018 14:38:51 -0700 Subject: 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 --- fuse_sideload/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fuse_sideload') diff --git a/fuse_sideload/Android.bp b/fuse_sideload/Android.bp index b7f9c039a..90c4c22c3 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", ], -- cgit v1.2.3