From 4e0cf955dd890944a035e52f6ae4eda7e7bd2ec2 Mon Sep 17 00:00:00 2001 From: Robert Tray Date: Fri, 14 Sep 2018 16:32:57 -0600 Subject: [PATCH] Add screenLayout to AndroidManifest configChanges Specify that dEQP will handle screenLayout config changes in the manifest so the Android framework doesn't try to stop and restart dEQP. dEQP can't handle a restart and just exits. Update the minSdkVersion and targetSdkVersion to match what is used for Khronos Vulkan dEQP manifest. Android P will launch the DeprecatedTargetSdkVersionDialog if the sdk version is not recent enough. Test: deqp Cherry-pick from https://android-review.googlesource.com/c/platform/external/deqp/+/757202 VK-GL-CTS Issue: 1357 Affects: OpenGL/OpenGL ES Android build Change-Id: Ia9befb1d65752ece3ea5778ba1301a134559334a --- android/openglcts/AndroidManifest.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/android/openglcts/AndroidManifest.xml b/android/openglcts/AndroidManifest.xml index 8dc5bdd..e68f737 100644 --- a/android/openglcts/AndroidManifest.xml +++ b/android/openglcts/AndroidManifest.xml @@ -9,7 +9,7 @@ - + -- 2.7.4