Fixup build errors

Signed-off-by: firemax13 <mydadisbrave2@gmail.com>
This commit is contained in:
firemax13 2020-08-25 01:36:30 +00:00
parent 9ed3014a82
commit 82d1ad8ebf
4 changed files with 0 additions and 27 deletions

View file

@ -44,7 +44,6 @@
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">200%</fraction>
<bool name="config_supportDoubleTapWake">true</bool>
<string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,5505024,262144,524288,5505024</string>
<!-- Indicates that connected MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>

View file

@ -2,7 +2,6 @@
<resources>
<bool name="config_wifi_fast_bss_transition_enabled">true</bool>
<bool name="config_hotswapCapable">true</bool>
<bool name="config_enabled_lte" translatable="false">true</bool>
<bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
</resources>

View file

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 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">
<!-- Defines the location of the fingerprint sensor on the device
0 = back
1 = front
2 = left side
3 = right side
-->
<integer name="config_fingerprintSensorLocation">1</integer>
</resources>

View file

@ -28,6 +28,4 @@
<dimen name="status_bar_height_portrait">77.0px</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">25.0dip</dimen>
<dimen name="rounded_corner_content_padding">16dp</dimen>
<dimen name="system_icons_keyguard_padding_end">16dp</dimen>
</resources>