platform_bootable_recovery/tests
Elliott Hughes 6929e4e5dc Fix connect() retry loop.
This would succeed eventually anyway: the first time round the connect() succeeds, returns 0, and we go around the loop again; the second time the connect() fails (because we're already connected), returns -1, and we set success to true and exit the loop. But this means that the intended retry functionality is broken.

Change-Id: If631d59e23b12e9aa952cdb528160b19b9a94b1c
2024-03-19 01:42:58 +00:00
..
common tests: Pick up testdata with LOCAL_TEST_DATA. 2018-04-02 14:14:29 -07:00
fuzz Move package verifier from libinstall to libotautil 2021-12-22 23:31:08 +08:00
manual tests: Move ResourcesTest into component test. 2018-04-16 11:29:06 -07:00
testdata Re-enable failed imgpatch tests 2021-01-13 10:10:15 -05:00
unit Fix connect() retry loop. 2024-03-19 01:42:58 +00:00
Android.bp Update recovery to use Health AIDL HAL V3. 2023-11-17 20:39:19 -08:00
RecoveryHostTest.xml Fix misconfigured recovery host test 2022-08-04 10:05:43 -07:00