Commit Graph

4687 Commits

Author SHA1 Message Date
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
Aryan Sinha
390fbc9050 apns: Add BSNL 4G APN config
* BSNL 4G (Bharat Sanchar Nigam Limited) - Madhya Pradesh North Circle

Change-Id: I7dfad871def8f25c142bf6b466b4092094946937
Signed-off-by: techyminati <sinha.aryan03@gmail.com>
2025-11-05 09:16:06 +00:00
Alexander Koskovich
d56f3892fb apns: Add AT&T 5G NSA & SA APNs (310|410) from att5g[sa]_us-64000000006
Change-Id: I95a30f45dacc6c4c470919e2fd7dee110ee0d407
2025-11-05 09:16:06 +00:00
LuK1337
109142da04 Revert "soong: Make mkdir install dir optional"
This reverts commit ff19773ea4.

Change-Id: Ia701f07eaabbf33098434ea2e4851d9ba5cdaff6
2025-11-05 09:16:06 +00:00
Dmitrii
1bbed03874 aconfig: drop new font in the status bar
Change-Id: I61ea590be4bc90afa6db3c2d14bd077c2d5f4c01
2025-11-05 09:15:31 +00:00
Zabuka_zuzu
fe9c622680 vendor: Move gms flags in common.mk
Change-Id: I1ff68c042bc999ee298344ecd137d09235d5e413
2025-11-05 09:14:47 +00:00
Dmitrii
0f44fa0d87 vendor: drop more launcher flags
expressive dimiss is bugged, and launcher icon shapes is unused
Signed-off-by: Dmitrii <bankersenator@gmail.com>
2025-11-05 08:13:41 +00:00
Pranav Vashi
aa01e01344 release: Re-add transparent notification
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Dmitrii <bankersenator@gmail.com>
2025-11-05 08:13:41 +00:00
Marc Bourgoin
a766d8b43b apns-conf: Update carriers from the Philippines
Mabuhay!

This also adds DITO Telecommunity and Red Internet

Taken from Xiaomi 14 Pro (shennong) A15 stock ROM

I removed read_only ="true" from two entries as it is not allowed

Change-Id: I93f97fc9220e648f2e37cda11822af64b3d37612
2025-11-05 08:13:41 +00:00
Alexander Koskovich
2e155667ee apns: Update Verizon (311|480) from verizon_us-64000000022
Change-Id: Ia7643b92b77caa186c090e123fc0771d022ba729
2025-11-05 08:13:41 +00:00
Alexander Koskovich
90aa4db323 apns: Update Xfinity Mobile MVNO (311|480) from xfinity_us-64000000012
Change-Id: Ia5f7324ce88bf4983b1f12b7247cee2a9103f076
2025-11-05 08:13:41 +00:00
Alexander Koskovich
f29a16f581 Add mvno_match_data to StraightTalk Verizon
Required so the APN doesn't show up on the main carrier, not even sure
if this is really used anymore either since Google stopped shipping it
in CarrierSettings.

Change-Id: Ibb5b3a63638b641fa781c2bc5e9445e6d71f19f5
2025-11-05 08:13:41 +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
Dmitry Muhomor
683d0eb430 fixup! overlay: enable desktop mode support 2025-11-05 08:13:41 +00:00
minaripenguin
b35c36c878 aconfig: Disable FRP enforcement
Change-Id: I77f990d2187b4afa3d106a79361a8dc340d09065
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
Yumi Yukimura
3c840dfd77 kernel: Sign kernel modules only if CONFIG_MODULE_SIG_FORMAT=y
Change-Id: If8ef12f2b751390fc1689edb551379ca2e4e78be
2025-11-05 07:32:03 +00:00
Yumi Yukimura
0e55d14351 kernel: Fix build when device does not set BOARD_SYSTEM_KERNEL_MODULES_LOAD
... but sets SYSTEM_KERNEL_MODULES

build/make lets BOARD_SYSTEM_KERNEL_MODULES_LOAD default to false
when it's unset.

Change-Id: I581da33bf0321f171aa6a20bdb023e1ee824cb18
2025-11-05 07:32:03 +00:00
Yumi Yukimura
80fb955aae kernel: Support installing kernel modules to system
* Example usecase: Installing zram.ko on devices without system_dlkm

Change-Id: I3afe358bcd444f7c3724e5682d4056fe52cfeea9
2025-11-05 07:32:03 +00:00
Yumi Yukimura
7b96386510 kernel: Add support for external kernel configs (v2)
For targets that uses mainline kernel, the kernel tree usually only
contains configs on top of the upstream repository.

In such case, if we put the configs in elsewhere, we can simply just
track the upstream kernel repo, without needing to import configs.

Example usage:

TARGET_KERNEL_CONFIG_EXT := \
    $(COMMON_PATH)/kconfig/platform_defconfig \
    $(COMMON_PATH)/kconfig/common-addons.config

TARGET_KERNEL_CONFIG_EXT += \
    $(DEVICE_PATH)/kconfig/device.config

Change-Id: Ibafd0afa7ec06df643ba290a6149a4f0781d67fb
2025-11-05 07:30:11 +00:00
Yumi Yukimura
48cd0222c1 kernel: Enhancements to searching DTBs during non-QCOM DTB image generation
* Allow wildcard pattern
* Support searching in specified directory
* Add variable that accepts a list of such patterns

Change-Id: I35da8ed19447b4ab69142152d7dc8e60bc55bf14
2025-11-05 07:30:11 +00:00
Yumi Yukimura
5ca54bf62d overlay: tablet: Enable config_canInternalDisplayHostDesktops
Change-Id: I1981c56fbc024f045ea78331c902acf4657e779b
2025-11-05 07:30:11 +00:00
Yumi Yukimura
f66df91ec1 overlay: tablet: Update lockscreen widget feature config for 16
Change-Id: I3bc174a6e5e1f15cca0ef60a992f925b587bb092
2025-11-05 07:30:11 +00:00
Jesse Chan
65636c195a vendor: overlay: Configure SQLite to operate in MEMORY mode
This change yields considerable SQLite performance gains. It
should be generally safe as this device has irremovable battery.

Some OEMs have been doing this for years.

Change-Id: I541709fc771d4b501b56b8555e5e8a04486d0293
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com>
2025-11-05 07:30:11 +00:00
rmp22
80144f0981 overlay: define circle to search overlays for vanilla builds
Change-Id: Id72c2e81494f793d773cfc5de24cb15eeaaaf5e9
Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com>
2025-11-05 07:29:52 +00:00
Zabuka_zuzu
db3ab96fff vendor: build storage manager for everyone 2025-11-05 07:29:20 +00:00
Pranav Vashi
ff2e31cb19 release: Remove notifications redesign templates flag
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Dmitrii <bankersenator@gmail.com>
2025-11-05 07:28:51 +00:00
Vaisakh Murali
febeecb391 android.app flags
Change-Id: I9f3e4416ead6f65d138002775a29ad7b5498a651
Signed-off-by: Dmitrii <bankersenator@gmail.com>
2025-11-05 07:28:51 +00:00
Ghosuto
29f208a08f vendor: Update launcher3 aconfig flags
Change-Id: I28fa971224b969e35efa2f12c9aae81462d41256
2025-11-05 07:28:28 +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
Ghosuto
8378169c60 vendor: enable some flags
Change-Id: I62f28369ddd950fe46f437a90045ea450ca54a20
2025-11-05 07:17:24 +00:00
Zabuka_zuzu
1af85a6360 vendor: Build Quick Tap Service
Change-Id: I54238f5f55a191723ef54a72bd7103cdb354e296
2025-11-05 07:16:59 +00:00
Dmitry Muhomor
d3db6d605a overlay: enable desktop mode support
Desktop mode support remains disabled by default, it's controlled by a
dev option.

Change-Id: Ie96db3d0f1e4686bf650048f2a878d3df4fb9d93
2025-11-05 07:16:05 +00:00
rmp22
46c453a68f [PERF] overlay: reduce touch slop for responsiveness
Change-Id: I2546129eb18886eab5699bb9e5b80b1e7b6f283e
2025-11-05 07:16:05 +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
41a257b830 vendor: overlay: Use lighter color for light mode themed icon background 2025-11-05 07:14:15 +00:00
Zabuka_zuzu
c0493da215 vendor: bcr on conditions 2025-11-05 07:13:08 +00:00
Abhay Singh Gill
f1c2f68d76 vendor: Disable enroll_layout_truncate_improvement 2025-11-05 07:12:32 +00:00
Luca Stefani
96257474bd vendor: Switch back to enforce privapp-permissions whitelist
Change-Id: I1ca080e5addcc0876d7346f3cf09db8e8af39312
2025-11-05 07:12:32 +00:00
Michael Bestas
cd19983b43 release: Bump Security String to 2025-07-01
Implemented:
============
None

Previously Implemented:
================
None

Not Implemented:
================
None

Not Applicable (platform source):
=================================
None

Change-Id: I3c74f379736989a4d9aec416fe8e9325284a0892
2025-11-05 07:12:32 +00:00
PixelThrived
3d43261c23 apns-conf: Remove deprecated Cosmote Romania entries
Cosmote Romania was officially rebranded as Telekom Romania in 2014. The legacy APNs serve no functional purpose and may interfere with correct network configurations.

On LineageOS, defunct Cosmote APNs are selected by default, preventing mobile data from working out-of-the-box for Telekom Romania users.

This commit also removes MCC 226 / MNC 06 entries, which are no longer allocated according to mcc-mnc.com.

Change-Id: I1fbd563e8973aaf590ba7fee8ac4ebb6140649e4
2025-11-05 07:12:32 +00:00
Cosmin Tanislav
18bda17466 merge_dtbs: allow one overlay to depend on multiple others
Some overlays might depend on multiple other overlays, remove this check
to allow it to happen.

Change-Id: Ib60c194fb4c0cfef02233da6539da61fa387f428
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