aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-11-05 00:38:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-05 00:38:36 +0000
commitbb65bd6b9d72372f75712d814916058b3331e81a (patch)
treeea878727087b79a47cac45bca5e0d4c90fa1b6a1
parentb45b567a47911711d898868cdf43c258764b6588 (diff)
parenta122b594ea4877777743ee5a9c17bdf03c29bb7b (diff)
downloadv4l2_codec2-bb65bd6b9d72372f75712d814916058b3331e81a.tar.gz
Merge "tests: add "keepScreenOn" flag at E2E test activity" am: 8a5e71ad01 am: e2fcca0783 am: 0bdacf684c am: a122b594ea
Original change: https://android-review.googlesource.com/c/platform/external/v4l2_codec2/+/1871555 Change-Id: I57127dfa7b94de493d2bbd79f473543af2ac45d9
-rw-r--r--tests/c2_e2e_test/res/layout/main_activity.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/c2_e2e_test/res/layout/main_activity.xml b/tests/c2_e2e_test/res/layout/main_activity.xml
index be9191e..668aa0c 100644
--- a/tests/c2_e2e_test/res/layout/main_activity.xml
+++ b/tests/c2_e2e_test/res/layout/main_activity.xml
@@ -8,6 +8,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:keepScreenOn="true"
android:orientation="vertical"
android:background="@android:color/darker_gray"
tools:context="org.chromium.c2.test.E2eTestActivity">