Ghosuto
41b1022cb2
config: Reduce audio-app cpuset use
...
Change-Id: I99030e035a79e7735b3e62cf4ebff6e6b91064c7
2025-11-05 09:16:56 +00:00
Ghosuto
28229b65a4
config: Tune dexopt and FG properties
...
Change-Id: I5c6dcb54f97e45677d922c6120dd6f1d3f76cef7
2025-11-05 09:16:56 +00:00
Ghosuto
eb89ac1138
config: Use speed-profile for system server compiler
...
Change-Id: I36feae79b8897274794825b99d418290caebd2e6
2025-11-05 09:16:56 +00:00
rmp22
9054130ba2
config: reduce memory footprint
...
- add flag
Change-Id: Ifc84bbd8e4790ff0dab33368d9ac45158e7c47fc
Co-authored-by: Ghosuto <clash.raja10@gmail.com >
Signed-off-by: Ghosuto <clash.raja10@gmail.com >
2025-11-05 09:16:55 +00:00
Zabuka_zuzu
fe9c622680
vendor: Move gms flags in common.mk
...
Change-Id: I1ff68c042bc999ee298344ecd137d09235d5e413
2025-11-05 09:14:47 +00:00
Aaron Kling
1290e49ea2
common: Allow vendors to exclude bp paths
...
This resolves a couple issues. Allowing bp's that don't resolve to be
in-tree. And allowing multiple copies of the same target.
Change-Id: I85cfc566e18ea9fe1cb4cd8d70a71ef80517fd41
2025-11-05 08:13:41 +00:00
Zabuka_zuzu
e03520842b
vendor: Set speed-profile fot install fast
...
Change-Id: I1817e346db0f8029fc5907c62044430f2512ec07
2025-11-05 08:12:06 +00:00
Zabuka_zuzu
162609e192
vendor: Setup build package type
...
Change-Id: I4286c114043d8908e90c912ce5c39f604566cae
2025-11-05 08:08:27 +00:00
Yumi Yukimura
1bcdb3937c
kernel: Fix building x86 kernel with GCC
...
Change-Id: Ib1097d604776adc63c31b90cec9a0d13729248be
2025-11-05 07:32:03 +00:00
Zabuka_zuzu
db3ab96fff
vendor: build storage manager for everyone
2025-11-05 07:29:20 +00:00
Zabuka_zuzu
6804b12d03
vendor: build nexus launcher by default
2025-11-05 07:27:55 +00:00
Zabuka_zuzu
1365143cef
vendor: build OmniJaws
2025-11-05 07:26:35 +00:00
Zabuka_zuzu
1739597398
vendor: build quick switch
2025-11-05 07:19:14 +00:00
Michael Bestas
b67002740c
config: Remove fastcharge HIDL from FCM
...
Change-Id: I12a46912d1e1801975e8ee852475ac9f26154acc
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com >
2025-11-05 07:18:05 +00:00
rmp22
0e6d65cc2a
vendor: Update add blur support
...
Change-Id: I1ced2b3c13c723886aaf46764ba294c18d6ff376
2025-11-05 07:17:55 +00:00
Zabuka_zuzu
1af85a6360
vendor: Build Quick Tap Service
...
Change-Id: I54238f5f55a191723ef54a72bd7103cdb354e296
2025-11-05 07:16:59 +00:00
Ghosuto
9bc48ba88d
vendor: Update pif fp to komodo
...
Change-Id: I35d967c9453860e8f7365ed85a8f9a2352063d49
2025-11-05 07:15:42 +00:00
Reina in RainyLand
46ab997717
vendor: config: Move adb_root outside userbuild
...
- Prevent root detection for app
Co-authored-by: TechPanelGM <giomook2003@gmail.com >
Change-Id: I7842822d31e997fe243de4ef356ba36e61f05992
2025-11-05 07:15:19 +00:00
Zabuka_zuzu
c0493da215
vendor: bcr on conditions
2025-11-05 07:13:08 +00:00
Luca Stefani
96257474bd
vendor: Switch back to enforce privapp-permissions whitelist
...
Change-Id: I1ca080e5addcc0876d7346f3cf09db8e8af39312
2025-11-05 07:12:32 +00:00
Adarsh219
5ad4715844
vendor: Update fingerprint to the latest A16 beta
2025-11-05 07:12:09 +00:00
Zabuka_zuzu
f622293ddf
vendor: track fonts
2025-11-05 07:11:12 +00:00
Zabuka_zuzu
7e173a7580
vendor: LMOFreeform \ LMOFreeformSidebar
2025-11-05 07:10:21 +00:00
Oliver Scott
b5b841ab06
Disable nfc by default
...
Issue: calyxos#3038
Change-Id: Ifd8a9e4826b0c48c58d923086cf0aaea3e945722
2025-11-05 07:09:36 +00:00
nift4
06763aafa7
Remove useless addon.d file
...
* Avoid detection as custom ROM
Change-Id: I1fbd63cc116d53c7c366662b632163f6bc079bbf
2025-11-05 07:09:36 +00:00
NurKeinNeid
dd77971343
common: Disable continuous transaction tracing on user builds as well
...
Signed-off-by: NurKeinNeid <nurkeinneid@derpfest.org >
2025-11-05 07:08:58 +00:00
Juhyung Park
8e117c6254
SF: set debug.sf.frame_rate_multiple_threshold to 60 by default
...
If the device only have 60 and 120 Hz in the config group, 60 Hz won't be
used when watching a 24 fps video and instead 120 Hz will be used because
it is perfectly divisible by 24.
This is a publicly documented AOSP behavior [1], but it simply does not
make any practical sense and trades off significant amount of power for a
very-hard-to-notice jitter-free experience.
Set debug.sf.frame_rate_multiple_threshold to 60 by default to limit this
behavior to 60 or lower fps.
[1] https://source.android.com/devices/graphics/multiple-refresh-rate
Change-Id: I66353abc46ad16e63b2c9188794469ad71f2192e
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com >
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co >
2025-11-05 07:08:42 +00:00
Ghosuto
32711255d8
vendor: Add optional flag to enable optimized dexopt strategy
...
Change-Id: I6934f52bd8e59ee69d988185723d22a1ab90004a
2025-11-05 07:06:24 +00:00
minaripenguin
f3d9259a8b
fixup! common: Disable art debug builds
2025-11-05 07:00:09 +00:00
minaripenguin
5619c7b3d1
vendor: Disable debug info for user builds only
...
Change-Id: I6c8009fdba3a808d1cd60c7b538e1ea216639216
2025-11-05 06:56:46 +00:00
Ghosuto
4acee497e9
vendor: Use speed-profile to improve first boot time
...
Change-Id: Icf4b232b99a326a440273c9d83e811ec882000e6
2025-11-05 06:48:29 +00:00
Zabuka_zuzu
042bf006ad
vendor: drop some lineage packages
2025-11-05 06:45:36 +00:00
Danny Lin
03efefc74b
config: Disable touch video heatmap
...
Change-Id: Iac858eeb059a854dbb020d14a0f165b41055511d
2025-11-05 06:43:03 +00:00
Zabuka_zuzu
fcf77c12bd
vendor: Enable blur flag
...
Change-Id: Iff3772f70e2b6ad8a384ab7972af6149661320d6
2025-11-05 06:33:50 +00:00
rmp22
3bba99272e
vendor: Init BoostFramework changes
...
Change-Id: I2184344617e43ad2047827fa54aa365d432b5827
2025-11-05 06:33:04 +00:00
Ghosuto
8cd0467779
vendor: Switch to speed dexopt
...
Change-Id: I11a9c96ca9c4172a50f29102a4a63b1f47453821
2025-11-05 06:23:43 +00:00
Ghosuto
80714d6386
vendor: Drop more packages
...
Change-Id: I983c8ea247e576d9516f1cdb35a7d125cd179341
2025-11-05 06:23:21 +00:00
Dhina17
3982a2ab97
soong: Add libcameraservice extension config
...
Change-Id: Id20f782c1008fed1f15250129618326091f61bf8
2025-11-05 06:23:14 +00:00
Dyneteve
d448d75ff7
vendor: 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 >
2025-11-05 06:19:45 +00:00
minaripenguin
f1d0f55a88
vendor: Switch to Google Avatar-Picker
...
Change-Id: I56f146c437a9bd4afd079fac3bb871f93742bc28
2025-11-04 20:44:25 +00:00
Ghosuto
abd57eaa5f
vendor: Add pixelLauncher overlays from pixel style
...
- https://github.com/Evolution-X/vendor_pixel-style/tree/bka
Change-Id: I8e3c5327bd1f2f6bf7255be74cbf63e5b8a77bc5
2025-11-04 20:39:23 +00:00
minaripenguin
1d04b00c01
Inherit Pixel additions and bootanimation
...
Change-Id: I8142a79a039c32492eab6d76f1f21470361bb4ac
2025-11-04 20:38:45 +00:00
Zabuka_zuzu
b5b4809022
vendor: Build gamespace and bthelper
...
Change-Id: I165a7cc17afb300440103c83e5f3eb7bc80e98c4
2025-11-04 20:30:58 +00:00
minaripenguin
62c57ff209
vendor: Add pihooks default values
...
Change-Id: I4ab2c11b722bdb4e109733fdbdaab34fe644359a
2025-11-04 20:29:48 +00:00
techyminati
06258a1166
config: Enable Material Design 3 Expressive
...
Change-Id: Ib6d3ac2e0f3d76768c508e1b00efc51e141c1b09
Signed-off-by: techyminati <sinha.aryan03@gmail.com >
2025-11-04 20:29:48 +00:00
rmp22
ef1c13d2f7
common: Disable art debug builds
...
Change-Id: I44e16c12c70e30dea8e85a9751cc94e4ff329898
Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com >
2025-11-04 20:29:48 +00:00
Terminator-J
532fea4083
kernel: Set "safe" default values for kernel build host & user
...
Take all the fun out of the game and set sanitized values by default.
2025-11-04 20:29:48 +00:00
Danny Lin
449abcdaca
config: Disable RescueParty
...
RescueParty's aggressive approach to error recovery almost never helps
with the problems we're likely to face, and its risk of data loss is far
too high. Force-disable it entirely and remove all other conditions,
especially those that depend on data integrity in the first place, to
reduce the risk of RescueParty triggering falsely and causing data loss.
Note that it is still possible to force-enable RescueParty for testing
purposes using the persist.sys.enable_rescue property.
Change-Id: I62c86782965ecdfcc8181112eca300169b4cca56
2025-11-04 20:29:48 +00:00
minaripenguin
7e9d7816b4
config: Build tensorflow lite jni
...
Signed-off-by: clarencelol <clarencekuiek@proton.me >
2025-11-04 20:29:48 +00:00
HeCheng Yu
cd418c7404
config: Disable default frame rate limit for games
...
Android 15 limits refresh rate to 60hz for games unless we enable the developer option 'Disable default frame rate for games' manually.
Adding this prop enables it by default.
Change-Id: I8fe158dd74a39f0f0d22cd94398d8d8fa3a05042
2025-11-04 20:29:48 +00:00