mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
workloads/speedometer: Add Bromite to package names
Bromite is a fork of Chromium that's easily available for Android. Apart from small changes it works the same as Chromium and works with this speedometer workload. Add it to the 'package_names' list to allow using it as an option. https://www.bromite.org/ Signed-off-by: Kajetan Puchalski <kajetan.puchalski@arm.com>
This commit is contained in:
parent
05eab42f27
commit
6cd1c60715
@ -89,7 +89,7 @@ class Speedometer(Workload):
|
|||||||
"""
|
"""
|
||||||
supported_platforms = ["android"]
|
supported_platforms = ["android"]
|
||||||
|
|
||||||
package_names = ["org.chromium.chrome", "com.android.chrome"]
|
package_names = ["org.chromium.chrome", "com.android.chrome", "org.bromite.chromium"]
|
||||||
# This regex finds a single XML tag where property 1 and 2 are true:
|
# This regex finds a single XML tag where property 1 and 2 are true:
|
||||||
# 1. contains the attribute text="XXX" or content-desc="XXX"
|
# 1. contains the attribute text="XXX" or content-desc="XXX"
|
||||||
# 2. and exclusively either 2a or 2b is true:
|
# 2. and exclusively either 2a or 2b is true:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user