summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-04 01:02:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-04 01:02:03 +0000
commite79e37f07a7668d9b9acd4788bd0f4614d5d15f0 (patch)
treed3463a32c62e588baf32a4fa3bed57a24df18187
parent89b02279d4690b80061c14079639eea710401fe4 (diff)
parent2645d11a8cce6cb433c94390ddb3fd821a0d6c1d (diff)
downloadsunfish-e79e37f07a7668d9b9acd4788bd0f4614d5d15f0.tar.gz
Snap for 7608384 from 2645d11a8cce6cb433c94390ddb3fd821a0d6c1d to sc-release
Change-Id: I493081f3ef921afc9af2aa077f2a7e1b6c56350f
-rw-r--r--init.hardware.rc1
-rwxr-xr-xsunfish/overlay/frameworks/base/core/res/res/values-land/config.xml27
2 files changed, 1 insertions, 27 deletions
diff --git a/init.hardware.rc b/init.hardware.rc
index 0c583319..2159dbf4 100644
--- a/init.hardware.rc
+++ b/init.hardware.rc
@@ -132,6 +132,7 @@ on init && property:vendor.skip.init=0
chown system system /sys/devices/platform/soc/soc:google,battery/power_supply/battery/bd_trickle_cnt
chown system system /sys/devices/platform/soc/soc:google,battery/power_supply/battery/bd_trickle_dry_run
chown system system /sys/devices/platform/soc/soc:google,battery/power_supply/battery/bd_trickle_reset_sec
+ chown system system /sys/devices/platform/soc/soc:google,battery/power_supply/battery/bd_clear
chown system system /sys/devices/platform/soc/soc:google,battery/power_supply/battery/health_safety_margin
# Charge stats (write 0)
diff --git a/sunfish/overlay/frameworks/base/core/res/res/values-land/config.xml b/sunfish/overlay/frameworks/base/core/res/res/values-land/config.xml
deleted file mode 100755
index 0c268221..00000000
--- a/sunfish/overlay/frameworks/base/core/res/res/values-land/config.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2020, 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.
-*/
--->
-
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-
- <!-- Height of area above QQS where battery/time go (equal to status bar) -->
- <dimen name="quick_qs_offset_height">28dp</dimen>
- <!-- Total height of QQS (quick_qs_offset_height + 128) -->
- <dimen name="quick_qs_total_height">156dp</dimen>
-
-</resources>