summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2022-02-18 07:03:12 +0100
committerChih-Hung Hsieh <chh@google.com>2022-02-18 07:03:12 +0100
commitaf6d780eb2ea43450c2f5ffafb745ea9de7170c2 (patch)
tree6329f7854563da1f5d74f4bb91660c171b1bd344
parentMerge "Perform data wipe in recovery if ota package has powerwash set" (diff)
downloadandroid_bootable_recovery-af6d780eb2ea43450c2f5ffafb745ea9de7170c2.tar
android_bootable_recovery-af6d780eb2ea43450c2f5ffafb745ea9de7170c2.tar.gz
android_bootable_recovery-af6d780eb2ea43450c2f5ffafb745ea9de7170c2.tar.bz2
android_bootable_recovery-af6d780eb2ea43450c2f5ffafb745ea9de7170c2.tar.lz
android_bootable_recovery-af6d780eb2ea43450c2f5ffafb745ea9de7170c2.tar.xz
android_bootable_recovery-af6d780eb2ea43450c2f5ffafb745ea9de7170c2.tar.zst
android_bootable_recovery-af6d780eb2ea43450c2f5ffafb745ea9de7170c2.zip
-rw-r--r--tests/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 7f00adcd4..9ad3d3b80 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -134,6 +134,10 @@ cc_test {
test_suites: ["device-tests"],
+ tidy_timeout_srcs: [
+ "unit/commands_test.cpp",
+ ],
+
srcs: [
"unit/*.cpp",
],
@@ -192,6 +196,10 @@ cc_test_host {
"libupdater_defaults",
],
+ tidy_timeout_srcs: [
+ "unit/host/imgdiff_test.cpp",
+ ],
+
srcs: [
"unit/host/*",
],