| commit | 523e707265cd67b565cb5a8a9158853a4263e31b | [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 19:33:58 2021 +0000 |
| tree | af940258597d1a9e1327d1eefc62ba94ed9d7373 | |
| parent | d5f8ae8b24288a63df9e0769c73b46bb1d62f0c8 [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