summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Herouart <rherouart@google.com>2024-03-04 13:02:39 +0000
committerRaphael Herouart <rherouart@google.com>2024-03-04 13:02:39 +0000
commitfa2a3a8b6ccce13111f37b11daf1158e508081c1 (patch)
treef4f5d031368b12aabd619390d027a1f7b2e4c472
parent45aa56705fe0fa7fc6966f5b7e97805e010782d3 (diff)
downloadaosp-fa2a3a8b6ccce13111f37b11daf1158e508081c1.tar.gz
scripts: androidporttests also provides ABL
While it requires rebooting to fastboot, ABL and Linux port tests are equivalent in all ways, and ABL is available if rebooting to fastboot Bug: None Test: Build.py and check json test map for abl port tests Change-Id: If0b76c9ccd2d6dbcb18bdff11c040e047f15bb6f
-rwxr-xr-xscripts/trusty_build_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/trusty_build_config.py b/scripts/trusty_build_config.py
index ca8b591..18fd9e1 100755
--- a/scripts/trusty_build_config.py
+++ b/scripts/trusty_build_config.py
@@ -345,7 +345,8 @@ class TrustyBuildConfig(object):
provides = TrustyPortTestFlags(android=True,
storage_boot=True,
storage_full=True,
- smp4=True)
+ smp4=True,
+ abl=True)
return [test.into_androidporttest(nameprefix=nameprefix,
cmdargs=cmdargs,