aboutsummaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-12-22 13:55:40 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-01-01 05:08:08 -0800
commit305d2a578d3f12161869b693c82c4a073aec6db3 (patch)
treee93d209f81d854b5431d618e82f9ea77fa542416 /overlay
parent86389e37cbb1a84bb7168ee27102beca2362bad6 (diff)
downloaddevice_samsung_espressowifi-305d2a578d3f12161869b693c82c4a073aec6db3.zip
device_samsung_espressowifi-305d2a578d3f12161869b693c82c4a073aec6db3.tar.gz
device_samsung_espressowifi-305d2a578d3f12161869b693c82c4a073aec6db3.tar.bz2
espresso-common: move some more parts to espresso-common (5/5)
- we share one kernel source - get rid of BoardConfigCommon.mk in p3100/p5100 trees - get rid of p31xx/p51xx-common.mk - move common proprietary list Change-Id: I2d4d2ff0d29ae7a4bab6467dcc55ed27c4893514
Diffstat (limited to 'overlay')
-rw-r--r--overlay/aosp-p31xx/frameworks/base/core/res/res/values/config.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/overlay/aosp-p31xx/frameworks/base/core/res/res/values/config.xml b/overlay/aosp-p31xx/frameworks/base/core/res/res/values/config.xml
new file mode 100644
index 0000000..fc41b6a
--- /dev/null
+++ b/overlay/aosp-p31xx/frameworks/base/core/res/res/values/config.xml
@@ -0,0 +1,28 @@
+<?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. Do not translate. -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- If this is true, the screen will fade off. -->
+ <bool name="config_animateScreenLights">true</bool>
+
+</resources>
+