summaryrefslogtreecommitdiff
path: root/scripts/trusty_build_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trusty_build_config.py')
-rwxr-xr-xscripts/trusty_build_config.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/trusty_build_config.py b/scripts/trusty_build_config.py
index 18fd9e1..e2fb67c 100755
--- a/scripts/trusty_build_config.py
+++ b/scripts/trusty_build_config.py
@@ -55,7 +55,8 @@ class TrustyBuildConfigProject(object):
class TrustyPortTestFlags(object):
"""Stores need flags for a test or provide flags for a test environment."""
- ALLOWED_FLAGS = {"android", "storage_boot", "storage_full", "smp4", "abl"}
+ ALLOWED_FLAGS = {"android", "storage_boot", "storage_full",
+ "smp4", "abl", "tablet"}
def __init__(self, **flags):
self.flags = set()
@@ -346,7 +347,8 @@ class TrustyBuildConfig(object):
storage_boot=True,
storage_full=True,
smp4=True,
- abl=True)
+ abl=True,
+ tablet=True)
return [test.into_androidporttest(nameprefix=nameprefix,
cmdargs=cmdargs,