aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Stevens <stevensd@google.com>2021-11-16 06:55:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-16 06:55:51 +0000
commited2d364a503f40f25459281fcac1320d9819dca5 (patch)
treefdfe4b315362ac6c82ce5aea5c76d33f9e1be38c
parent1f4db2587649240ae9542c2bcb73e1bd618ac09a (diff)
parent8f575fbaf657a5be2bab4c64ff1c86cb59752518 (diff)
downloadv4l2_codec2-ed2d364a503f40f25459281fcac1320d9819dca5.tar.gz
c2_e2e_test: ignore configuration changes am: d49af9174f am: 6e496ec265 am: 3651e78215 am: 8f575fbaf6
Original change: https://android-review.googlesource.com/c/platform/external/v4l2_codec2/+/1893475 Change-Id: Ib4b81583496655a5c6cbf4efa28bb8ecc1b63016
-rw-r--r--tests/c2_e2e_test/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/c2_e2e_test/AndroidManifest.xml b/tests/c2_e2e_test/AndroidManifest.xml
index e167cb5..bd19afd 100644
--- a/tests/c2_e2e_test/AndroidManifest.xml
+++ b/tests/c2_e2e_test/AndroidManifest.xml
@@ -20,6 +20,7 @@
android:label="@string/app_name">
<activity android:name=".E2eTestActivity"
android:launchMode="singleTop"
+ android:configChanges="orientation|screenSize|screenLayout"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />