Commit Graph

4672 Commits

Author SHA1 Message Date
Le Hong Duc
d3fd98698c config: Don't dexpreopt prebuilt apps
Pre-optimizing prebuilt Gapps is not needed because they are mostly
updated via Play Store and device will optimize them on install.

Save some space on /product partition and reduce build time.

Signed-off-by: Le Hong Duc <hongducthbk123@gmail.com>
2025-12-05 01:38:08 +09:00
Pranav Vashi
62720f5e8f common: Inherit pixel-fw when available
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
minaripenguin
21a84a750a config: Disable memtag for different processes
* it defaults to async if not specified

Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
ShevT
1899bff18b config: Adding an option to build DeviceAsWebcam 2025-12-05 01:38:08 +09:00
Pranav Vashi
26ace7a660 overlay: Set AOSP webview as fallback
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
DarkJoker360
baa91d987e Drop custom adb drawable
Signed-off-by: DarkJoker360 <simoespo159@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Jyotiraditya Panda
369b1e1858 overlay: Update default keyguard affordance setup
- Left affordance: flashlight
 - Right affordance: camera

Change-Id: I3295007e351d6e17b6efb13cacd9665475f4f34a
Signed-off-by: Jyotiraditya Panda <jyotiraditya@aospa.co>
2025-12-05 01:38:08 +09:00
Adithya R
dee542ca66 overlay: Remove bouncer delay when face unlock is enabled
No idea why was this annoying thing made a "feature" in the first place.

Suggested-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: Iefd47099c48586dd97644e90fadf93707617a74e
(cherry picked from commit ec3160865ccb36fb8c02a5f447f670b3176c0601)
Signed-off-by: clarencelol <clarencekuiek@proton.me>
2025-12-05 01:38:08 +09:00
someone5678
10d4d25906 overlay: device_config: Updates
From gms device config:
- textclassifier: set manifests + needed options
- window manager: set splash screen exemption list

Co-authored-by: John Galt <johngaltfirstrun@gmail.com>
Co-authored-by: Joey Huab <joey@evolution-x.org>
2025-12-05 01:38:08 +09:00
cyberknight777
226e98f24c overlay: device_config: Add values required for Speech Recognition
Dumped from whatever gms sets as a configurator
2025-12-05 01:38:08 +09:00
Ido Ben-Hur
5f61bbda29 overlay: device_config: Escape special characters 2025-12-05 01:38:08 +09:00
aswin7469
7a635e18dd overlay: device_config: animate navbar on long press
Signed-off-by: aswin7469 <aswinas@pixysos.com>
2025-12-05 01:38:08 +09:00
Ionut Gherman
51ee75ac8b overlay: update configs for AiAi
* taken from LineageOS/android_device_google_zumapro@9d1b0cf
Signed-off-by: Ionut Gherman <ghermanionut96@gmail.com>
2025-12-05 01:38:08 +09:00
Pranav Vashi
a62af4e9c5 overlay: Use google-sans for font config overlays
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Pranav Vashi
6482670328 overlay: Add gms location history to extra location packages
* From pixel dump. Suggested by @nikhilmenghani.
* Nikgapps will remove this overlay as it conflicts here.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Pranav Vashi
9213b1fc97 overlay: Add tethering to location exemption
Ref: 404b4778ec

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Pranav Vashi
a8297f94d2 overlay: Add SystemUI to location extra packages
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Pranav Vashi
d1426b7b86 overlay: Add OmniJaws to location extra packages
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Danny Lin
541502dcb2 overlay: Offload WM shell to another thread
Android 12 added this config to offload some window management to a
dedicated thread. Enable it to improve performance when the main System
UI thread is busy.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Pranav Vashi
623bf52db7 overlay: Update SettingsProvider defaults
* Reduce default screen off timeout to 30 sec.
* Turn on automation brightness mode by default.
* Turn on vibrate when ringing by default.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Pranav Vashi
155268d1d5 common: Allow OTA downgrade regardless build type
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-12-05 01:38:08 +09:00
Dhina17
5ff4b359e0 soong: Add libcameraservice extension config
Change-Id: Id20f782c1008fed1f15250129618326091f61bf8
2025-12-05 01:38:08 +09:00
Adithya R
0dad068ca4 soong: Add support for miui camera mode [2/2]
Change-Id: I0c912a1c7056bb204a24bd5f0a08308cae71f3f3
2025-12-05 01:38:08 +09:00
AnierinB
5b14df1236 soong: Conditionally spoof ro.product.first_api_level to 32 [1/2]
Devices that shipped on API 33 or higher need to set
ro.product.first_api_level to 32 in order to pass integrity.

Set SPOOF_FIRST_API_LEVEL_32 := true in BoardConfig*.mk to enable.

Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
Jake Weinstein
497d0a9a0a soong: Add support to set vendor tag with client package name
* OEMs like OnePlus and Nothing detect camera package name to unlock features like 48mp.
* Use TARGET_CAMERA_PACKAGE_NAME to specify the package name.

Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
ponces
a55147194e evolution: Switch to AOSPA's face unlock implementation
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
Dyneteve
0b46704bc0 overlay: Update device configs global overrides
Co-authored-by: Joey <joey@evolution-x.org>
Co-authored-by: AnierinB <anierin@evolution-x.org>
Co-authored-by: aswin7469 <aswinas@pixysos.com>
Co-authored-by: someone5678 <someone5678@users.noreply.github.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
Dyneteve
e187f34e74 overlay: Allow new SystemUI clocks
Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I51ab1eb06b1e77bd8048d5064f811e8e69884b24
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
Danny Lin
18a2f3be24 overlay: Settings: Show memory usage in app info
The system tracks memory usage for each app, so we might as well show it
to the user so that users can track down which apps are hogging their
memory. This shouldn't be a developer-only feature that was previously
only exposed in Developer Options.

Change-Id: Ib900438f856369286b7621208020c5c8da73765f
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
aswin7469
e37930275b evolution: Enable Cloned App
Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
Co-authored-by: John Galt <johngaltfirstrun@gmail.com>
Co-authored-by: minaripenguin <minaripenguin@users.noreply.github.com>

Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
Pranav Vashi
857e22c812 overlay: Use google-sans for remaining font configs
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
AnierinB
2fb2ee0fae evolution: Configure support for Evolution X Vanilla
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
Dyneteve
9ec8ab7097 evolution: Inherit Pixel additions via WITH_GMS
* GMS
* Audio
* Charger
* RRO overlays

Co-authored-by: Joey <joey@evolution-x.org>
Co-authored-by: AnierinB <anierin@evolution-x.org>
Co-authored-by: someone5678 <nemui3353@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:38:08 +09:00
AnierinB
e1a53160e0 lineage: Initial Evolution X rebrand
Co-authored-by: Joey Huab <joey@evolution-x.org>
Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
Co-authored-by: Lup Gabriel <gwolf2u.website@gmail.com>
Co-authored-by: Hemant Sachdeva <hemant.evolver@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-12-05 01:37:40 +09:00
Joey Huab
c4f7580013 Revert "config: Use add_soong_config_namespace/add_soong_config_var macros"
This reverts commit c2dd68f84a.
2025-12-05 01:37:40 +09:00
Joey Huab
d9a39a25f4 Revert "Revert "Add product_launched_with_j{,_mr1,mr2}.mk""
This reverts commit e1e121bea4.
2025-12-05 01:37:40 +09:00
Joey Huab
163c0f77be Revert "bootanimation: Convert to Android.bp"
This reverts commit 3b29ed3826.
2025-12-05 01:37:40 +09:00
Joey Huab
af993abe8e Revert "charger: Convert to Android.bp"
This reverts commit b3e6f3ad7e.
2025-12-05 01:37:35 +09:00
Michael Bestas
d3ff888605 Disable yet another gms update component
Change-Id: If8104a9e75a6fdd46a7fb4da164c81fbdd5f748b
2025-12-04 16:20:38 +00:00
Thomas Makin
d31ef2798e kernel: Prevent creating any files in kernel platform source tree
Original command redirected output to the android build out. However, a
handful of configs were still generated in the source tree. Set the
bazel flag output_root to redirect these configs to the android build
out as well.

Change-Id: I5181270b773a49d74eab00b89eaaf1187471a144
2025-12-03 05:25:57 +00:00
Michael Bestas
d7666177e8 config: Add libzstd.so to artifact path requirement allowlist
Change-Id: Iddfde0fa355562c4d7f9596d4fc55eeeb0523888
2025-11-29 19:09:37 +02:00
Thomas Turner
2fad9fba44 soong: generator: Update for BP3A
Co-authored-by: ExtremeXT <extremextdev@gmail.com>
Change-Id: I9eea06a508d46d698e73cb27ef30b463acafacd6
Signed-off-by: ExtremeXT <extremextdev@gmail.com>
2025-11-29 19:09:37 +02:00
Michael Bestas
5052a73964 release: Drop remaining Pixel flags
These will just be moved to device trees.

Change-Id: I6892c3a6c79dc009e22a45a8917a0bfd5ca6bfb0
2025-11-29 19:09:37 +02:00
Michael Bestas
de0a1a1e67 vars: November 2025 Pixel Update
Change-Id: Icd39c36593a9b8be6cf69b982cdbbaa0b34938f2
2025-11-29 17:08:46 +00:00
Michael Bestas
137876a2aa vars: October 2025 Pixel Update
Change-Id: I335dd28820dacb90b005411524e16722864bb2d8
2025-11-29 17:08:46 +00:00
Michael Bestas
8d47278bd3 LineageOS 23.1
Change-Id: I8c50811d9e0871a5608e7296ee40ce71ed63b469
2025-11-29 17:08:46 +00:00
Michael Bestas
1bea6247d5 release: Bump aconfig flags extension to BP3A
Change-Id: I02ec4e8fec2946c6991b897337e59de01c01224f
2025-11-29 17:08:46 +00:00
Michael Bestas
412f513e14 vars: September 2025 Pixel Update
Change-Id: Id530a09f7ebcc9a255ec093f542943189e1163d3
2025-11-29 17:08:46 +00:00
Michael Bestas
026d9994ff vars: Update to BP3A
Change-Id: Ie845de380baccf4a580d51601f0c083caacb58c8
2025-11-29 17:08:46 +00:00
Nick Reuter
60444c0dcd lineage: Move device_framework_matrix.xml to hardware/lineage/interfaces
Follows AOSP structure that exists in hardware/interfaces.

Change-Id: I3ebbd53d4e9920e8a56afd78e18022b06a7b3826
2025-11-28 23:00:41 +00:00