Revert "sdm660-common: Awaken-ify"

This reverts commit 635c08ae00.

* also drop awaken ota sepolicy
This commit is contained in:
raiyanbinmohsin 2021-03-06 21:09:57 +06:00 committed by pix106
parent 256827eaf3
commit d995aabb68
9 changed files with 0 additions and 201 deletions

View file

@ -1,38 +0,0 @@
[
{
"remote" : "github",
"repository" : "OdSazib/halcyon_kernel_xiaomi_sdm660",
"target_path" : "kernel/xiaomi/sdm660",
"branch" : "4.19"
},
{
"remote" : "github",
"repository" : "OdSazib/vendor_xiaomi_sdm660-common",
"target_path" : "vendor/xiaomi/sdm660-common",
"branch" : "11"
},
{
"remote" : "github",
"repository" : "OdSazib/vendor_xiaomi_MiuiCamera",
"target_path" : "vendor/xiaomi/MiuiCamera",
"branch" : "sdm660"
},
{
"remote" : "github",
"repository" : "OdSazib/android_hardware_qcom_display",
"target_path" : "hardware/qcom-caf/sdm660/display",
"branch" : "11"
},
{
"remote" : "github",
"repository" : "OdSazib/android_hardware_qcom_media",
"target_path" : "hardware/qcom-caf/sdm660/media",
"branch" : "11"
},
{
"remote" : "github",
"repository" : "OdSazib/android_hardware_qcom_audio",
"target_path" : "hardware/qcom-caf/sdm660/audio",
"branch" : "11"
}
]

View file

@ -1,45 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Project-Awaken
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>
<!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches -->
<bool name="config_cleanupUnusedFingerprints">true</bool>
<!-- Shows the required view for in-display fingerprint -->
<bool name="config_supportsInDisplayFingerprint">false</bool>
<!-- Time to give to the proximity sensor before toggling the flashlight with the Power button.
Set to -1 to disable the proximity sensor check at all-->
<integer name="config_flashlightProximityTimeout">300</integer>
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool>
<!-- Does the battery LED support multiple colors?
Used to decide if the user can change the colors -->
<bool name="config_multiColorBatteryLed">false</bool>
<!-- Do the battery/notification LEDs support pulsing?
Used to decide if we show pulse settings -->
<bool name="config_ledCanPulse">true</bool>
<!-- Smart charging -->
<string name="config_SmartChargingSysfsNode" translatable="false">/sys/class/power_supply/battery/charging_enabled</string>
<string name="config_SmartChargingSuspendValue" translatable="false">0</string>
<string name="config_SmartChargingResumeValue" translatable="false">1</string>
</resources>

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2020 Project-Awaken
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>
<dimen name="toast_elevation">4dp</dimen>
</resources>

View file

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 Project-Awaken
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>
<!-- Whether to use the mask for the quicksettings icons-->
<bool name="config_useMaskForQs">true</bool>
<!-- Max visible notification icons -->
<integer name="config_maxVisibleNotificationIcons">6</integer>
<integer name="config_maxVisibleNotificationIconsWhenDark">7</integer>
<!-- The CPU temperature sensor path, defaults to empty -->
<string name="config_cpuTempSensor" translatable="false"></string>
<!-- The battery temperature divider, if needed -->
<integer name="config_battTempDivider" translatable="false">10</integer>
<!-- The CPU temperature divider, if needed -->
<integer name="config_cpuTempDivider" translatable="false">1</integer>
<!-- The CPUs to display in CPUInfoService view -->
<string name="config_displayCpus" translatable="false"></string>
<!-- FPSInfoService FPS node file path -->
<string name="config_fpsInfoSysNode" translatable="false"></string>
</resources>

View file

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015-2019 AOSiP
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>
<!-- Sets a custom extra padding for the QS icons and statusbar date -->
<dimen name="qs_items_padding">6dp</dimen>
<!-- Network traffic monitor -->
<dimen name="net_traffic_single_text_size">12dp</dimen>
<dimen name="net_traffic_multi_text_size">8dp</dimen>
<dimen name="net_traffic_txt_img_padding">4dp</dimen>
</resources>

View file

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
Copyright (C) 2020 AOSAP
Copyright (C) 2020 Project-Awaken
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">
<!-- Device specific doze package -->
<string name="config_customDozePackage" translatable="false">com.advanced.settings.doze/com.advanced.settings.doze.DozeSettingsActivity</string>
<!-- Defines the location of the fingerprint sensor on the device
0 = back
1 = front
2 = left side
3 = right side
-->
<integer name="config_fingerprintSensorLocation">0</integer>
<!-- Smart Charging -->
<bool name="config_supportSmartCharging">true</bool>
</resources>

View file

@ -1124,9 +1124,6 @@
<item>0:2:15</item>
</string-array>
<!-- Specify if the fingerprint hardware support gestures-->
<bool name="config_fingerprintSupportsGestures">true</bool>
<!-- SQLite -->
<string name="db_default_journal_mode">MEMORY</string>
<string name="db_default_sync_mode">OFF</string>

View file

@ -378,7 +378,6 @@ PRODUCT_PACKAGES += \
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(COMMON_PATH)/overlay \
$(COMMON_PATH)/overlay-awaken \
$(COMMON_PATH)/overlay-lineage
# RRO configuration

View file

@ -1,5 +1,3 @@
# Executables
/system/bin/chargeonlymode u:object_r:charger_exec:s0
# OTA packages
/data/awaken_updates(/.*)? u:object_r:ota_package_file:s0