Commit Graph

4305 Commits

Author SHA1 Message Date
Davide Garberi
1baa8ff8a6 overlay: wifionly: Specify that we don't have SIM support
Change-Id: If6a6ba4514f7993a2ed55cf61a15e263bb5cde7b
2024-07-21 14:00:41 +02:00
Tim Zimmermann
669d9569f3 overlay: wifionly: Mark as WiFi-only
Change-Id: I6c3d5118527903fd0b8a6eb5679dede961e01e9f
2024-07-21 14:00:40 +02:00
Bruno Martins
9a0a021c7e overlay: wifionly: Set network and radio attributes
These are specific for WiFi-only capable devices.

Change-Id: I8cbb76030ef334f61d4e15d5e9a6bfcaaeed0bb4
2024-07-21 14:00:40 +02:00
LuK1337
a8fd25ada9 fixup! sensitive_pn: Update RUS numbers
Change-Id: I57c01edb1e2882a5a4344b1552bb51b697dd0e21
2024-07-19 21:35:29 +02:00
Michael W
c57ab86560 apns: Order properly
* Order is first mcc, then mnc, ascending order
* Jio had one without MCC/MNC, remove

Change-Id: Ib5c716b3d7f4c214a32948ffb0936dca50912fe9
2024-07-19 12:55:15 -04:00
Michael W
927e4d158c apns: Fix invalid entries for WOM (chile)
"mmc" should really have been "mcc"

Change-Id: Ie942d76c9b5af65ba50d96dac7fe0be5f5092e73
2024-07-19 12:55:15 -04:00
armando.maya
736ab163db ADD APN for DIGI Spain IMS and DIGI Italy IMS
Test: ADD IMS APN for DIGI Spain IMS and DIGI Italy IMS

[Fixes https://gitlab.com/LineageOS/issues/android/-/issues/7264]

Signed-off-by: armando.maya <armando.maya@digimobil.es>
Change-Id: Id88b19fbeeb394c1fc48502fedb6535d51efd173
2024-07-19 12:55:15 -04:00
Michael W
a182689d6c apns: Move Hits
Commit 14c51c7 added it to the mcc=234 section

Change-Id: Id13e7952585cc81ab50b4efa3c4a85e84bcaa549
2024-07-19 12:55:15 -04:00
Michael W
7f6e463153 apns: Add 4ka SK
Sources:
https://android.googlesource.com/device/sample/+/main/etc/apns-full-conf.xml#4823
https://gitlab.com/LineageOS/issues/android/-/issues/6165

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/6165
Change-Id: Ice74bcfd25c76d7d179db8f606c11be8a5fd6a08
2024-07-19 12:55:15 -04:00
Andrey Sprynga
bf3b5df7a4 apn: Add VTB Mobile
* https://vtbmobile.ru/media/document_file_attach/4c60c35de28a4830a73a12d1fad2d7f4_%D0%A2%D0%B0%D1%80%D0%B8%D1%84%D0%BD%D1%8B%D0%B9_%D0%BF%D0%BB%D0%B0%D0%BD_%D0%9A%D0%BE%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D0%BE%D1%80_2021_%D0%B8%D0%B7%D0%BC%D0%B5%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F_%D1%81_26.06.2023.pdf

* https://sutd.ru/upload/vtb_mob.pdf

Change-Id: I058f8beb68da2b04f32b8c133f7c0b6ed9f788d8
2024-07-19 12:54:55 -04:00
Andrey Sprynga
e60b92e305 apn: Add Tinkoff Mobile
* https://www.tbank.ru/mobile-operator/help/communication/sim-card/choose-tariff/internet/

Change-Id: Ic1b93ae8890495fa12593d9b247ff5fa2795fb5f
2024-07-19 12:54:55 -04:00
Andrey Sprynga
52493dc620 apn: Add SberMobile
* https://sbermobile.ru/faq/phone-settings/

Change-Id: I3c9f35a3bca95765e0c431b67c9ca8ca184f1714
2024-07-19 12:54:55 -04:00
Andrey Sprynga
1a632e9f81 apn: Add GPB Mobile
* https://gpbmobile.ru/faq

Change-Id: I555c2c4af37cda718ad91b4e909806d7fefbd742
2024-07-19 12:54:55 -04:00
Andrey Sprynga
45a0208484 sensitive_pn: Update RUS numbers
Change-Id: I7bb5c53f6d08d1cb39a2943bbbc4bfe234170208
2024-07-19 12:54:55 -04:00
Han Sol Jin
ed59eaf090 kernel: use systemimage_intermediates on devices with no vendor
Change I8b6040e03589bde2af4e161c891ded237a9bb335 did not account for
devices without a separate vendor partition, causing build to fail with
the following:

FAILED: ninja: '/file_list.txt', needed by 'out/target/product/joan/obj/KERNEL_OBJ/arch/arm64/boot/Image.gz-dtb', missing and no known rule to make it

Use systemimage_intermediates instead on said devices.

Test: m kernel
Co-authored-by: Bruno Martins <bgcngm@gmail.com>
Change-Id: If9eb75a1bef98345e9c137c2463e392d50be239b
2024-07-12 21:05:05 -07:00
Sebastiano Barezzi
3fe68ad58a kernel: Better x86 support
- Mention the right kernel image on documentation
- Build dtbs only when the dts folder exists, Google enables CONFIG_OF
  on x86_64 GKI config, this is also the same check done on Linux
  Makefile

Change-Id: I1b0f7a39b0b00f2a4516d2cff79e591136ee3af8
2024-07-12 03:11:30 +02:00
Aaron Kling
b3f09c69c8 kernel: Add kernel modules to partition file list
This is required to ensure that kernel modules end up on the final
partition images when `BUILD_BROKEN_INCORRECT_PARTITION_IMAGES`
environment variable or board config variable is not set.

See 152cdfab7c
for more information.

Co-authored-by: Bruno Martins <bgcngm@gmail.com>
Change-Id: I8b6040e03589bde2af4e161c891ded237a9bb335
2024-07-11 07:05:32 +00:00
Dhina17
b9ca97bc45 envsetup: dopush: Update regex to match remaining build time
QPR2 introduced remaining build time in the progress box [0]
but it was broken with tee cmd so dopush() was worked fine.
Now, QPR3 fixed that issue so dopush() is broken.

Example:
[ 99% 394/395 1m30s remaining] Copy: out/target/product/devon/apex/art_boot_images/javalib/arm/boot.art
[100% 395/395 1m30s remaining] Install: out/target/product/devon/system/framework/framework.jar

Change-Id: Ifdfcfe0f750d39f4e3fe7d669e5094729d75e224
2024-07-10 22:04:25 +05:30
Chirayu Desai
304d6f7544 vars: July 2024 Security update
Change-Id: I7a1066d9429377a82ec3ce64a4ca21ed77797dc6
2024-07-06 05:21:55 +00:00
LuK1337
e2fc6ab330 overlay: Enable the app battery usage list page feature
Change-Id: I9dbbdacadccf14c69488b8ff0bcc687452d816e9
2024-07-04 08:22:39 +02:00
Michael Bestas
837e92cf48 vars: Update qcom tags
Change-Id: Ib19daae08c33c1d92e1fc3405eaa297669e52ab4
2024-07-03 06:55:17 +03:00
Yumi Yukimura
14403c2122 roomservice: Set timeout when accessing GitHub
* Bypasses the literally infinite timeout for users who have
  limited access to GitHub (before: 2m13.749s, after: 0m14.354s)
* The timeouts should be enough for users who have freedom internet
  access, even ADSL network connection shouldn't take that long...

Test:
1. Execute `source build/envsetup.sh`
2. `breakfast` a existing device
3. Add "0.0.0.1 github.com" and "0.0.0.1 raw.githubusercontent.com"
   to /etc/hosts
4. `breakfast` any device, observe that it should not take up to
   minutes to quit

Change-Id: Ib90e69c75a50e66b47e6245cb6d0521351b5c71b
2024-07-02 00:28:34 +00:00
basamaryan
063ee4029e lineage: Bump aconfig flags extension to AP2A
Change-Id: I7980f9f1a092cd382e0e3d6e928cd322ca3cd8e2
2024-06-29 21:44:05 +05:30
Michael Bestas
8616dba129 vars: Pixel 8a
Change-Id: Id5fa882d867ce0f66decca5c9031e35014d3da5b
2024-06-28 14:59:20 +03:00
AdarshGrewal
deaee2eb72 fixup! Hookup GRALLOC_HANDLE_HAS_UBWCP_FORMAT
Change-Id: I44a9d7ce22f78862d73c96cf11fde856464952a9
2024-06-22 02:10:11 +00:00
Han Sol Jin
78a1828dae config: add IColorEnhancement to FCM
Change-Id: I5ead9d082151b3387a0029e93218a8c2b3109d9b
2024-06-19 18:40:56 -07:00
Chirayu Desai
b686241e66 vars: June 2024 Quarterly Platform Release and Security update
Change-Id: Ibebe08159e3da45a2c94be653387955473b8de41
2024-06-15 03:23:29 +03:00
Bruno Martins
9d4dc16c94 config: Indent BoardConfig makefiles
Change-Id: I56c93a0fe64c99987ad4101e7e6ccdd6250828c4
2024-06-08 08:22:26 +00:00
Luofan Chen
fd8791a809 Update CMCC APNs
Change-Id: I69f7ec479a3341298606df4331ee8d2f1edac289
2024-06-01 11:59:01 +00:00
Maitreya25
15bbe27486 kernel: Include OEM DTBs in build
Some OEMs (for example: oplus) push their dtbs to their own folders which causes kernel build to error out, fix this by including non qcom dtbs as well.

Change-Id: I2f51db103475cd2609cd061e0ec66af5accb96ab
2024-05-30 17:18:55 +00:00
Nolen Johnson
de2ff1dcd8 config: BoardConfigReservedSize: Add ATV reserved sizes
Change-Id: I9947ce23e5bc85652329279eb2cdd27e10ed79e1
2024-05-22 22:55:08 +00:00
Arian
0b86619dc5 soong: Add power libperfmgr extension config
Change-Id: I401335a1851948bae8de42d0f86af4763dd795b3
2024-05-19 15:53:36 +01:00
Aaron Kling
49c4dd8f86 kernel: Error on duplicate modules
This can happen when an out of tree module target uses a matching module
name from the base kernel. This causes two problems:

1) Depmod gets confused and only pulls symbols from one of the modules
2) Copying the modules to modules_out is not entirely deterministic and
   is based on the first variant to be returned by find, meaning that
   the variant that gets copied to the device could change build to
   build.

To avoid these issues, fail the build if this happens and force the
build target to only generate one copy of each module name.

Change-Id: I2e47ba4e142054feabaa1ab80fbbe0332fd84a62
2024-05-13 20:45:15 +00:00
Chirayu Desai
cfaa5d0101 vars: May 2024 Security update
Change-Id: I348f767b7176cec5019db5d189844411a9199a21
2024-05-08 00:55:08 +03:00
Nolen Johnson
1e092b97e1 config: common: Set OEM Key ATV property in all cases
* This else was messed up.

Change-Id: I1e67edbf53369e81bf085c02b007bb93dbde2936
2024-05-04 01:58:05 -04:00
Nolen Johnson
c564d0a672 common: config: Set ro.oem.key1 on ATV devices
* This key is equivilant to `android-google` for mobile.

Change-Id: I51e1c64dc016577fa0f9bf72a9eed9350e788cd2
2024-05-03 11:38:07 -04:00
Michael Bestas
f0620033c0 vars: Update qcom tags
Change-Id: Iee81f0b4f19acff6fd274dc9b44ca0b018a5715f
2024-05-02 17:20:01 +00:00
Jarl-Penguin
0d73175fd5 lineage: Opt-in to shipping full recovery image by default
* When the boot image is modified, recovery updating fails because the patch no longer applies to the modified boot image, so ship a full recovery image instead of a patch so recovery updating always works.

Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com>
Change-Id: I56cf6c4d301afa88b39b31d488c5166903406637
2024-04-27 23:21:02 +00:00
Joel Beckmeyer
5e0e5c9118 overlay: Update Dialer VVM config
- Selectively merge changes from com.google.android.dialer version
  127.0.620688474-downloadable
- Remove obvious attempts to limit user freedom by forcing users to use
  carrier VVM app for Cellcom and Metro by T-Mobile.

Change-Id: I72bc29e4db5382f02508669c1cdc65812f1fbb13
2024-04-27 23:20:23 +00:00
LuK1337
a27417bb81 Revert "config: BoardConfigReservedSize: Prevent overlayfs on remount"
Reserving 8MB does not guarantee that free blocks will be >= 1%, so not
only this doesn't work properly, but also breaks builds for some
devices.

This reverts commit 3940fb4240.

Test: breakfast kebab && WITH_GMS=true m
Change-Id: I330570dc6fc9efca5629358a0b149f131d36ba18
2024-04-27 13:36:30 +02:00
Michael Bestas
bb1a5edc7b vars: Update to AP1A.240405.002.A2/B1
Change-Id: I274555fb3aa4f41d07d9e4f0ccd5aa8c76488308
2024-04-26 20:06:55 +03:00
Yumi Yukimura
675e3637ed config: device_framework_matrix: Add lineage.hardware.radio.config
Change-Id: I013f75d64b5d909c45e3f876f8e46f9958a728b9
2024-04-26 14:52:21 +00:00
Bruno Martins
4ffd90db94 Revert "Hookup SDMCORE_HAS_IS_DISPLAY_HW_AVAILABLE_FUNC"
This reverts commit bc8d7739ac.

Reason for revert: no longer needed when using blobs that match tag
DISPLAY.LA.3.0.r1-10700-KAILUA.0.

Change-Id: Ia89ce566a4cade6091a2dc6bc4e8b56ef7d1f73b
2024-04-22 21:19:09 +00:00
Nolen Johnson
3940fb4240 config: BoardConfigReservedSize: Prevent overlayfs on remount
* When we remount partitions via `adb remount`, a scratch partition
  is made for overlayfs to use - this takes up space and breaks OTA.
  The end user /could/ run this to fix it:
  `adb reboot fastboot && fastboot delete-logical-partition scratch && fastboot reboot`
  But that's bad UX, remount should work. This ensures that with or without GMS,
  we reserve some space on all dynamic partitions.
* Set amount to `8 * 1024 * 1024` + 1 for good measure.
* Don't reserve this amount of `-user` builds as we don't remount
  there.

Change-Id: I969aea92747a17ceca299e109c6e0ab563951374
2024-04-21 16:46:02 +00:00
LuK1337
5fff206e72 config: Enable settings large screen optimization for tablets
This was set to true by default prior to U QPR2.

Test: Open settings and notice that dual pane layout is back
Change-Id: Ide44ecbe7e30d6bf26d9c9358e46c71b35c66250
2024-04-21 10:04:31 +02:00
danielml
0612158699 lineage: Add aconfig flags extension for AP1A
Our ap1a.scl extends build/release's ap1a.scl to include our aconfig
value set.

Change-Id: I76c4eceaa1d37f479bd53922766175832d3abb5f
Signed-off-by: danielml <daniel@danielml.dev>
2024-04-20 15:20:28 +00:00
Alexander Martinz
3db0f47263 envsetup: cloremote: build got moved to build_repo
Build is now a group instead of a repo.
The actual repo got renamed to build_repo.

Change-Id: I61f65251896d18c3025d849109206d44e2686c70
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
2024-04-11 14:17:37 +00:00
Kilian von Pflugk
8bda0bf62b products: lineage_{gsi,sdk}_tv*: Remove TARGET_USES_64_BIT_BINDER
The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed

Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f
2024-04-09 02:07:42 -04:00
Asher Simonds
f2a488f0f2 bootanimation: Refinements
Small adjustments to accommodate for screen size and a nicer transition

Change-Id: I66fdb6be47651945a4de2c27f16268156a20a990
2024-04-06 13:10:13 +00:00
Michael Bestas
04cde9d0fe vars: Remove msm-4.9/msm-4.14/gs201 kernels
Change-Id: If81b3311a0d56392b358c9b9ca0fac85a2d3f2f5
2024-04-03 13:43:04 +03:00