summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:00:33 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 15:00:33 +0000
commit75d9e48d79ae4184e1e3e9f632ed2bf418b389a0 (patch)
treee15da5bed6d027a44541f47c3853c1853cd46506
parent1fba1825631e6e52dff5b3ceb87a5b439e2acf52 (diff)
parent718e8632ff4bf5285507522afc5e2007e1d8e51a (diff)
downloadbenchmark-android12-mainline-cellbroadcast-release.tar.gz
Change-Id: I9e5b19e84e0c1e2defc9b04c1b017a0362d80768
-rw-r--r--METADATA3
-rwxr-xr-xfix_skia_results.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..d97975ca
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}
diff --git a/fix_skia_results.py b/fix_skia_results.py
index c7ccc873..c8d31de1 100755
--- a/fix_skia_results.py
+++ b/fix_skia_results.py
@@ -58,7 +58,7 @@ def _GetTimeMultiplier(label_name):
def _GetTimeDenom(ms):
- """Given a list of times (in milliseconds), find a sane time unit for them.
+ """Given a list of times (in milliseconds), find a suitable time unit for them.
Returns the unit name, and `ms` normalized to that time unit.