summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Herouart <rherouart@google.com>2024-03-04 16:13:04 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-03-04 16:13:04 +0000
commit250eb51bd349a6f6a4d1389eabd799af916021e6 (patch)
treef4f5d031368b12aabd619390d027a1f7b2e4c472
parent8782839dfc06c667ab31811253a1e86a57ea3593 (diff)
parentfa2a3a8b6ccce13111f37b11daf1158e508081c1 (diff)
downloadaosp-250eb51bd349a6f6a4d1389eabd799af916021e6.tar.gz
scripts: androidporttests also provides ABL am: fa2a3a8b6c
Original change: https://android-review.googlesource.com/c/trusty/vendor/google/aosp/+/2986349 Change-Id: Ic95b03aa5c869873a07fb4d85f7273abd8da7abb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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,