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 --- minadbd/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'minadbd') diff --git a/minadbd/Android.bp b/minadbd/Android.bp index 432b2f0f5..36896795d 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -28,6 +28,7 @@ cc_defaults { cc_library_static { name: "libminadbd", + recovery_available: true, defaults: [ "minadbd_defaults", -- cgit v1.2.3