Commit graph

4293 commits

Author SHA1 Message Date
b252e775ba
Import tequila bootanimation
Change-Id: Ifa843d4ffee072c727c456af692d16b1ec7b6207
2024-05-25 22:23:33 +02:00
Omkar Chandorkar
995388722d
vendor: tasks: Add updatepackage target
Change-Id: If1fe461bfc1eea2c759073d3ab0d48b77024cf88
2024-05-25 22:23:33 +02:00
2d7eb8d7c9
bacon: Show nice ASCII art after build is done
Change-Id: I6fec2585c76c8b95447c485c09ecf43c3af08565
2024-05-25 22:23:33 +02:00
80a67129e3
Initialize tequila 2024-05-25 22:23:29 +02:00
622d772008
Remove automotive and atv support 2024-05-25 05:23:24 +02:00
b2ba623a16
Remove vars 2024-05-25 05:12:20 +02:00
34ea9089d0
Do not build icon packs 2024-05-25 05:11:11 +02:00
98d463c78a
Remove Lineage audio 2024-05-25 05:11:11 +02:00
7794936473
Remove nvidia support 2024-05-25 05:11:08 +02:00
4d7baa67a1
kernel: Allow prebuilt kernel on all builds 2024-05-25 05:00:50 +02:00
349782a00f
Remove Lineage bootanimation 2024-05-25 04:58:38 +02:00
Rusty Bird
cde030b807
overlay: Disable safe volume everywhere
Safe Volume has many false alarms. And if overridden by the user, at
every 20 hours of accumulated(!) audio playback it will intentionally
reset - even while the audio is playing. This can ruin the listening
experience, and ironically pose a safety hazard when e.g. the user is
operating a vehicle...

AOSP already opted out of Safe Volume in the overlays for Mobile Country
Code 310-316 (= US). Make this universal.

Change-Id: Iadb3a16d0f4a2b458164fa5c805ec1b448da559b
Reviewed-on: https://review.statixos.com/c/android_vendor_statix/+/4483
Reviewed-by: Anay Wadhera <awadhera@berkeley.edu>
Reviewed-by: Sourajit Karmakar <sourajit@live.com>
Reviewed-by: Filippo Roggi <zzkw35@gmail.com>
Tested-by: Filippo Roggi <zzkw35@gmail.com>
2024-05-25 04:52:46 +02:00
2ecfe29e4f
Revert "overlay: Hide the option to show battery percentage"
This reverts commit a4414a49ec.
2024-05-25 04:49:27 +02:00
a35757718d
Remove Lineage charger 2024-05-25 04:45:19 +02:00
3e8ff87ecd
config: Remove TrebuchetOverlay 2024-05-25 04:44:06 +02:00
AshutoshSundresh
4044625276
overlay: Remove branded ADB icon 2024-05-25 04:44:03 +02:00
de4e2dc0ec
config: Log privapp-permissions whitelist 2024-05-25 04:43:57 +02:00
71488324a2
Revert "sensitive_pn: Run XML lint against the schema"
This reverts commit 271ba02664.
2024-05-25 04:41:50 +02: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
Chirayu Desai
cb8d520631
vars: April 2024 Security update
Change-Id: I67c9580652c40d70bc1908f9cb98c6ea6a94c9b4
2024-04-03 13:41:41 +03:00
Michael Bestas
9a445cdfe6 vars: Update qcom tags
Change-Id: I5685eeedb454a25d74bb3db9ce1de98f0049e7c5
2024-04-01 09:07:06 +00:00
Joel Beckmeyer
f75e119593 overlay: several Dialer VVM config fixes
* Change `vvm_type_omtp_*` to `vvm_type_omtp` (As before, Google Dialer
  uses these types, but our Dialer does not)
* enable VVM for all "Bouygues Telecom Business-Distribution" MVNOs
  instead of just one MVNO (NRJ). This has been validated with a device
  using the "Auchan Telecom" MVNO.

Change-Id: Iecada64dc758952aa9c8f8e0efcebc719d16d352
2024-03-30 20:48:53 +00:00
Aaron Kling
1b0fc0e043 fixup! kernel: Support copying modules to boot ramdisk
Original commit incorrectly added kernel as a dep to the vendor ramdisk
for this path, when instead the dep should be added to the boot ramdisk.

Change-Id: I25a42d403fe2ddb0538b08c2dd8f761eae960810
2024-03-30 06:38:58 +00:00
mse1969
5b8dd24b8e lineage: products: sdk_phone_x86_64 emulator - fix sdk_addon packaging
With the merge of tag 'android-14.0.0_r29', the emulator sdk_phone_x86_64
is inherited from device/generic/goldfish. This means, that the component
PRODUCT_SDK_ADDON_COPY_FILES needs to be defined here.

Change-Id: I2cee21d27f28521f34e80262c2abda6b7eb3360c
2024-03-27 23:48:10 +00:00
LuK1337
75b2afaadf
repopick: Require python3
Change-Id: I95f598947a29b2095bd7539b1f279dccc1b25097
2024-03-26 20:09:48 +01:00
mse1969
105b86ee09 lineage: products: sdk_phone_x86_64 emulator - restore partition sizes
With the merge of tag 'android-14.0.0_r29', the emulator sdk_phone_x86_64
is inherited from device/generic/goldfish. Its defined super partition
size of 1.6GB however is too small to build the LineageOS 21 emulator.

Therefore, overwrite the partition sizes with the values as previously
set in build/make/target/board/BoardConfigEmuCommon.mk

Change-Id: Ib8443cb3d8cacb42cab68f154845574fadf99b55
2024-03-25 17:22:39 +01:00
Aaron Kling
8e362b5b43 overlay: tv: Add night mode for package installer
Change-Id: I9fedbe8bd1e1d02c5deff351330a2af0f7109e6b
2024-03-25 16:11:42 +00:00
mse1969
01a36e1909 lineage: products: remove sdk_phone_x86 emulator target
necessary after merge of tag 'android-14.0.0_r29':

 e04167e Retire obsolete (32bit-only) emulator targets and boards

 Please use 64bit-only targets instead:
 [...]  * we don't support x86+arm for AOSP targets

Change-Id: I001b97e218f837005d4283bd0540519b00301783
2024-03-24 23:20:28 +01:00
mse1969
b0d0c6fa41 lineage: products: Fix lineage_sdk_car* emulator targets
necessary after merge of tag 'android-14.0.0_r29':

 228de7b Remove sdk_<arch> products

 The SDK is arch-agnostic, so does not need per-arch products.

Change-Id: Idac94e841e749d6dcc4aa643b8738f8c07ac71fa
2024-03-24 23:17:17 +01:00
mse1969
1c69ed407e lineage: products: Fix lineage_sdk_phone_x86_64 emulator target
necessary after merge of tag 'android-14.0.0_r29':

 4bf479f Retire obsolete emulator targets and boards

 the sdk_phone* targets are replaced with sdk_phone64*,
 the emulator* boards are replaced with emu64* in
 the device/generic/goldfish folder.

Change-Id: Ie36e73684d586223bbce642a62cf155a3990713e
2024-03-24 23:13:00 +01:00
Michael Bestas
5d26fdd797
config: Include AudioTv.mk on atv
Change-Id: Id6cf181c35032b44ab705b62bc9600f5b4f171bb
2024-03-23 01:55:58 +02:00