From 9b06cb1a8b4ff30024a01c674195cdd08131b13a Mon Sep 17 00:00:00 2001 From: Robert Tray Date: Fri, 14 Sep 2018 16:40:32 -0600 Subject: [PATCH] Add screenLayout to AndroidManifest configChanges Android P will generate screenLayout configuration changes for AndroidTV devices when an orientation change happens. 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. Components: AOSP VK-GL-CTS issue: 1357 Change-Id: I0e4eb3a89f5dfb175cbeb32cc6c921a0fe99e477 --- android/package/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/package/AndroidManifest.xml b/android/package/AndroidManifest.xml index 5d52274..79c49f0 100644 --- a/android/package/AndroidManifest.xml +++ b/android/package/AndroidManifest.xml @@ -24,7 +24,7 @@