commit | 1b35f9e32504d0abb4c09a888aed38bd3cc8d82d | [log] [tgz] |
---|---|---|
author | Clemenz Portmann <portmannc@google.com> | Mon Jan 25 10:00:44 2021 -0800 |
committer | Clemenz Portmann <portmannc@google.com> | Mon Jan 25 11:07:30 2021 -0800 |
tree | 929ba24afc1033fac572c332adecacf25eb189c0 | |
parent | fb1d1a8f90d19ad955cc8d01cfcd02d0e158460c [diff] |
ITS: add scenes 2_d, 2_e, and change to CtsVerifier.apk bug: 178236496 Change-Id: Id28c172ce39a9f5c39f998726c0d61a002b79db2
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ItsTestActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ItsTestActivity.java index f12770c..fb4a893 100644 --- a/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ItsTestActivity.java +++ b/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ItsTestActivity.java
@@ -90,9 +90,12 @@ add("scene2_a"); add("scene2_b"); add("scene2_c"); + add("scene2_d"); + add("scene2_e"); add("scene3"); add("scene4"); add("scene5"); + add("scene_change"); add("sensor_fusion"); } }; // This must match scenes of HIDDEN_PHYSICAL_CAMERA_TESTS in run_all_tests.py