No description
Find a file
Jed Estep d5a14c6a49 Change on-device directory for recovery test data
Test data needs to go outside the gtest module.

Change-Id: Ic444ca838cbafa651ec97ff8730129da84fafc09
2016-02-05 11:49:20 -08:00
applypatch Switch from mincrypt to BoringSSL in applypatch and updater. 2016-02-04 16:27:43 +08:00
edify edify: accept long string literal. 2016-01-27 12:26:18 -08:00
etc am 90c75b0b: Change init sequence to support file level encryption 2015-07-13 17:53:14 +00:00
fonts
minadbd Track name change from adb_main to adb_server_main. 2015-11-20 13:03:24 -08:00
minui res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
minzip Clean up LOG functions. 2015-07-16 22:12:32 -07:00
mtdutils Suppress some compiler warnings due to signedness. 2015-09-24 11:06:58 -07:00
res-hdpi/images res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
res-mdpi/images res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
res-xhdpi/images res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
res-xxhdpi/images res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
res-xxxhdpi/images res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
tests Change on-device directory for recovery test data 2016-02-05 11:49:20 -08:00
tools
uncrypt uncrypt: add options to setup bcb and clear bcb. 2016-02-03 10:43:03 -08:00
update_verifier update_verifier: Track the API change for isSlotBootable(). 2015-12-09 14:41:40 -08:00
updater updater: fix memory leak based on static analysis. 2016-02-04 14:49:06 -08:00
adb_install.cpp
adb_install.h
Android.mk Refactor existing tests to use gtest 2016-02-04 10:11:30 -08:00
asn1_decoder.cpp
asn1_decoder.h
bootloader.cpp Change BCB to perform synchronous writes. 2016-01-21 14:49:13 -08:00
bootloader.h Add slot_suffix field to struct bootloader_message. 2015-09-02 15:49:58 -04:00
CleanSpec.mk
common.h updater: Clean up char* with std::string. 2015-08-06 13:05:00 -07:00
default_device.cpp
device.cpp
device.h
fuse_sdcard_provider.cpp recovery: Fork a process for fuse when sideloading from SD card. 2016-01-13 21:29:20 -08:00
fuse_sdcard_provider.h recovery: Fork a process for fuse when sideloading from SD card. 2016-01-13 21:29:20 -08:00
fuse_sideload.cpp recovery: Switch fuse_* to C++. 2015-07-24 11:22:05 -07:00
fuse_sideload.h recovery: Switch fuse_* to C++. 2015-07-24 11:22:05 -07:00
install.cpp recovery: Refactor verifier and verifier_test. 2016-02-02 21:51:32 -08:00
install.h
interlace-frames.py res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
NOTICE
print_sha1.h Switch from mincrypt to BoringSSL in applypatch and updater. 2016-02-04 16:27:43 +08:00
README.md Refactor existing tests to use gtest 2016-02-04 10:11:30 -08:00
recovery.cpp recovery: Fork a process for fuse when sideloading from SD card. 2016-01-13 21:29:20 -08:00
res-560dpi
roots.cpp recovery: Allow "Mount /system" for system_root_image. 2015-07-30 17:22:29 -07:00
roots.h recovery: Allow "Mount /system" for system_root_image. 2015-07-30 17:22:29 -07:00
screen_ui.cpp res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
screen_ui.h res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
ui.cpp
ui.h
unique_fd.h We can use fclose directly in std::unique_ptr. 2015-11-12 21:07:55 -08:00
verifier.cpp recovery: Refactor verifier and verifier_test. 2016-02-02 21:51:32 -08:00
verifier.h recovery: Refactor verifier and verifier_test. 2016-02-02 21:51:32 -08:00
wear_ui.cpp res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00
wear_ui.h res: Embed FPS into icon_installing.png. 2015-12-16 11:35:52 -08:00

The Recovery Image

Quick turn-around testing

mm -j && m ramdisk-nodeps && m recoveryimage-nodeps

# To boot into the new recovery image
# without flashing the recovery partition:
adb reboot bootloader
fastboot boot $ANDROID_PRODUCT_OUT/recovery.img

Running the tests

# After setting up environment and lunch.
mmma -j bootable/recovery

# Running the tests on device.
adb root
adb sync data

# 32-bit device
adb shell /data/nativetest/recovery_unit_test/recovery_unit_test
adb shell /data/nativetest/recovery_component_test/recovery_component_test

# Or 64-bit device
adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test
adb shell /data/nativetest64/recovery_component_test/recovery_component_test