gta4xl-common: drop doze completely

Change-Id: I665c575d058ec18d0d0548130d82137d3e894e64
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index eb70388..1ca4a16 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -182,11 +182,6 @@
     <!-- Remote server that can provide NTP responses. -->
     <string translatable="false" name="config_ntpServer">1.android.pool.ntp.org</string>
 
-    <!-- Screen brightness used to dim the screen while dozing in a very low power state.
-         May be less than the minimum allowed brightness setting
-         that can be set by the user. -->
-    <integer name="config_screenBrightnessDoze">5</integer>
-
     <!-- Stability requirements in milliseconds for accepting a new brightness level.  This is used
          for debouncing the light sensor.  Different constants are used to debounce the light sensor
          when adapting to brighter or darker environments.  This parameter controls how quickly
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
deleted file mode 100644
index ec82a73..0000000
--- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2009, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-**     http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
--->
-
-<!-- These resources are around just to allow their values to be customized
-     for different hardware and product builds. -->
-<resources>
-    <!-- Doze: does this device support STATE_DOZE?
-         The display is dozing in a low power state; it is still on but is
-         optimized for showing system-provided content while the device is
-         non-interactive. -->
-    <bool name="doze_display_state_supported">false</bool>
-
-    <!-- Doze: does this device support STATE_DOZE_SUSPEND?
-        Display state: The display is dozing in a suspended low power state;
-        it is still on but the CPU is not updating it. This may be used in
-        one of two ways: to show static system-provided content while the
-        device is non-interactive, or to allow a "Sidekick" compute
-        resource to update the display. For this reason, the CPU must not
-        control the display in this mode. -->
-    <bool name="doze_suspend_display_state_supported">false</bool>
-</resources>
diff --git a/platform/product_packages.mk b/platform/product_packages.mk
index d56da18..69fe6c2 100644
--- a/platform/product_packages.mk
+++ b/platform/product_packages.mk
@@ -41,10 +41,6 @@
 PRODUCT_PACKAGES += \
     Snap
 
-### DOZE
-PRODUCT_PACKAGES += \
-    SamsungDoze
-
 ### DRM
 PRODUCT_PACKAGES += \
     android.hardware.drm@1.0-impl \