-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0307aaa
commit 39fb6a0
Showing
17 changed files
with
368 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"repository": "vendor_google_sunfish", | ||
"target_path": "vendor/google/sunfish" | ||
}, | ||
{ | ||
"repository": "kernel_google_msm-4.14", | ||
"target_path": "kernel/google/msm-4.14" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# | ||
# Copyright (C) 2020-2021 The LineageOS Project | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
# Inherit some common Evolution X stuff. | ||
$(call inherit-product, vendor/evolution/config/common_full_phone.mk) | ||
|
||
# Inherit device configuration | ||
$(call inherit-product, device/google/sunfish/aosp_sunfish.mk) | ||
|
||
include device/google/sunfish/device-evolution.mk | ||
|
||
# Device identifier. This must come after all inclusions | ||
PRODUCT_BRAND := google | ||
PRODUCT_MODEL := Pixel 4a | ||
PRODUCT_NAME := evolution_sunfish | ||
|
||
# Boot animation | ||
TARGET_SCREEN_HEIGHT := 2340 | ||
TARGET_SCREEN_WIDTH := 1080 | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += \ | ||
TARGET_PRODUCT=sunfish \ | ||
PRIVATE_BUILD_DESC="sunfish-user 13 TQ3A.230805.001.S1 10786265 release-keys" | ||
|
||
BUILD_FINGERPRINT := google/sunfish/sunfish:13/TQ3A.230805.001.S1/10786265:user/release-keys | ||
|
||
$(call inherit-product, vendor/google/sunfish/sunfish-vendor.mk) |
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
overlay-evolution/frameworks/base/core/res/res/values/arrays.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/* | ||
** Copyright 2020, The LineageOS 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"> | ||
<!-- Device-specific array of SIM slot indexes which are are embedded eUICCs. | ||
e.g. If a device has two physical slots with indexes 0, 1, and slot 1 is an | ||
eUICC, then the value of this array should be: | ||
<integer-array name="non_removable_euicc_slots"> | ||
<item>1</item> | ||
</integer-array> | ||
If a device has three physical slots and slot 1 and 2 are eUICCs, then the value of | ||
this array should be: | ||
<integer-array name="non_removable_euicc_slots"> | ||
<item>1</item> | ||
<item>2</item> | ||
</integer-array> | ||
This is used to differentiate between removable eUICCs and built in eUICCs, and should | ||
be set by OEMs for devices which use eUICCs. --> | ||
<integer-array name="non_removable_euicc_slots"> | ||
<item>1</item> | ||
</integer-array> | ||
</resources> |
80 changes: 80 additions & 0 deletions
80
overlay-evolution/frameworks/base/core/res/res/values/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/* | ||
** Copyright 2021, The LineageOS 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"> | ||
|
||
<!-- List of comma separated package names for which we the system will not show crash, ANR, | ||
etc. dialogs. --> | ||
<string translatable="false" name="config_appsNotReportingCrashes">com.google.android.euicc</string> | ||
|
||
<!-- Specify if the fingerprint hardware support gestures--> | ||
<bool name="config_fingerprintSupportsGestures">true</bool> | ||
|
||
<string-array name="config_nightDisplayColorTemperatureCoefficients"> | ||
<!-- R a-coefficient --> <item>0.0</item> | ||
<!-- R b-coefficient --> <item>0.0</item> | ||
<!-- R y-intercept --> <item>1.0</item> | ||
<!-- G a-coefficient --> <item>-0.000000014365268757</item> | ||
<!-- G b-coefficient --> <item>0.000255092801250106</item> | ||
<!-- G y-intercept --> <item>-0.064156942434907716</item> | ||
<!-- B a-coefficient --> <item>-0.000000000910931179</item> | ||
<!-- B b-coefficient --> <item>0.000207598323269139</item> | ||
<!-- B y-intercept --> <item>-0.349361641294833436</item> | ||
</string-array> | ||
|
||
<!-- Flag indicating whether we should enable the adaptive sleep.--> | ||
<bool name="config_adaptive_sleep_available">true</bool> | ||
|
||
<!-- The component name for the default system attention service. | ||
This service must be trusted, as it can be activated without explicit consent of the user. | ||
See android.attention.AttentionManagerService. | ||
--> | ||
<string name="config_defaultAttentionService" translatable="false">com.google.android.as/com.google.android.apps.miphone.aiai.attention.service.AiAiAttentionService</string> | ||
|
||
<!-- Live Captions --> | ||
<string name="config_defaultSystemCaptionsManagerService">com.google.android.as/com.google.android.apps.miphone.aiai.captions.SystemCaptionsManagerService</string> | ||
|
||
<!-- Recents text and image selection for Pixel Launcher (not supported by Launcher3) --> | ||
<string name="config_defaultContentSuggestionsService" translatable="false">com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiContentSuggestionsService</string> | ||
|
||
<!-- Launcher app suggestions --> | ||
<string name="config_defaultAppPredictionService" translatable="false">com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService</string> | ||
|
||
<!-- Make AiAi the default role holder for System Intelligence --> | ||
<string name="config_systemAmbientAudioIntelligence">com.google.android.as</string> | ||
<string name="config_systemAudioIntelligence">com.google.android.as</string> | ||
<string name="config_systemNotificationIntelligence">com.google.android.as</string> | ||
<string name="config_systemTextIntelligence">com.google.android.as</string> | ||
<string name="config_systemUiIntelligence">com.google.android.as</string> | ||
<string name="config_systemVisualIntelligence">com.google.android.as</string> | ||
|
||
<!-- Whether WiFi display is supported by this device. | ||
There are many prerequisites for this feature to work correctly. | ||
Here are a few of them: | ||
* The WiFi radio must support WiFi P2P. | ||
* The WiFi radio must support concurrent connections to the WiFi display and | ||
to an access point. | ||
* The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix" | ||
remote submix module. This module is used to record and stream system | ||
audio output to the WiFi display encoder in the media server. | ||
* The remote submix module "audio.r_submix.default" must be installed on the device. | ||
* The device must be provisioned with HDCP keys (for protected content). | ||
--> | ||
<bool name="config_enableWifiDisplay">true</bool> | ||
</resources> |
24 changes: 24 additions & 0 deletions
24
overlay-evolution/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright 2020, The LineageOS 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> | ||
<!-- Default screen brightness, from 0 to 255. 102 is 40%. --> | ||
<integer name="def_screen_brightness">82</integer> | ||
<!-- Set the automatic brightness mode on by default --> | ||
<bool name="def_screen_brightness_automatic_mode">true</bool> | ||
</resources> |
34 changes: 34 additions & 0 deletions
34
overlay-evolution/frameworks/base/packages/SystemUI/res/values/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/* | ||
** Copyright 2021, 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> | ||
|
||
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the | ||
vibrator is capable of subtle vibrations --> | ||
<bool name="config_vibrateOnIconAnimation">true</bool> | ||
|
||
<!-- Whether to show a warning notification when device's skin temperature is high. --> | ||
<integer name="config_showTemperatureWarning">1</integer> | ||
|
||
<!-- Whether to show a alarm dialog when device's usb port is overheating. --> | ||
<integer name="config_showUsbPortAlarm">1</integer> | ||
|
||
</resources> |
32 changes: 32 additions & 0 deletions
32
overlay-evolution/lineage-sdk/lineage/res/res/values/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/* | ||
** Copyright 2020, The LineageOS 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"> | ||
|
||
<!-- Whether device has screen with higher aspect ratio --> | ||
<bool name="config_haveHigherAspectRatioScreen">true</bool> | ||
|
||
<!-- Defines the actions shown in advanced reboot submenu --> | ||
<string-array name="config_restartActionsList"> | ||
<item>restart</item> | ||
<item>restart_recovery</item> | ||
<item>restart_fastboot</item> | ||
<item>restart_bootloader</item> | ||
</string-array> | ||
</resources> |
9 changes: 9 additions & 0 deletions
9
overlay-evolution/packages/apps/Settings/res/values/evolution_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (C) 2024 The Evolution X Project | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<resources> | ||
<string name="build_maintainer_summary">lahaina</string> | ||
<string name="build_maintainer_donate_url">https://twitter.com/RMX3031_cn</string> | ||
</resources> |
20 changes: 20 additions & 0 deletions
20
overlay-evolution/packages/apps/Settings/res/values/lineage_config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (C) 2020-2024 The LineageOS 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> | ||
<!-- Show battery cycle count --> | ||
<bool name="config_show_battery_cycle_count" translatable="false">true</bool> | ||
</resources> |
Oops, something went wrong.