Commit graph

8 commits

Author SHA1 Message Date
Vilas Bhat
650bdd046c 16KB: zuma: Do not filter out goodix_brl_touch.ko for 16KB mode
Filtering out this module broke touchscreen functionality for Pixel 8
devices in 16 KB mode.

Bug: 388515914
Flag: EXEMPT bugfix
Test: Boot to 16KB mode using 16KB dev option and verify touchscreen
      functionality.
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2b06657f62b42f81a914b59c331d017f919181fa)
Merged-In: I8ba72c8eabb5522873025cf9d80aa03a53fb8cfb
Change-Id: I8ba72c8eabb5522873025cf9d80aa03a53fb8cfb
2025-01-22 15:22:47 -08:00
Juan Yescas
a8a6c8ff28 16kb: zuma: Filter out unnecessary modules from 16k mode
The 16k mode does not use these modules.

Bug: 378293897
Bug: 379704287 
Change-Id: I237fd9cf7ca2f7972fafa08a3df65c0472e1ef03
Test: Built husky-trunk_staging target and tested
      4kb and 16kb mode.
Flag: EXEMPT bugfix
2024-12-03 04:41:56 +00:00
Pawan Wagh
c46756b74a 16kb: Filter out zram.ko for dev options
Test: atest Enable16KbTest
Flag: EXEMPT bugfix
Bug: 363412208
Change-Id: Ib1e135889186eeccb21448e16660701967c92c5c
2024-09-12 20:23:14 +00:00
Pawan Wagh
847ea2b1b0 Merge "Revert "Disable incremental boot_otas"" into main 2024-09-09 22:47:41 +00:00
Pawan Wagh
dd3eec8677 Revert "Disable incremental boot_otas"
This reverts commit 8bb0da99a9.

Reason for revert: Incremental ota support is now available: b/339658378
Fixes disk size regression issue now that OTA signing issues are resolved.

Change-Id: Id897a60473e6ea99522d9ab372511e7c2ebdd757
2024-09-09 21:37:42 +00:00
Robin Peng
8cd5a64cd7 16k: Ignore 16k kernel settings if 16kb folder doesn't exist
to avoid build breakage with test kernel prebuilts (e.g. ag/28525733)
that doesn't have 16kb artifacts in it.

Bug: 349877551
Flag: EXEMPT bugfix
Change-Id: I2f6c1f3365f624502366b883dbcd1066ed166cdb
2024-08-02 09:15:09 +00:00
Pawan Wagh
8bb0da99a9 Disable incremental boot_otas
Boot otas for 16kb developer option are failing on builds signed with release keys are failing due verification issues. Turning off the incremental otas

Test: atest Enable16KbTest
Bug: 339658378
Change-Id: Idfc3efc796b599de66ddc52cbee37ca3d74d11b6
2024-07-18 04:56:33 +00:00
Vilas Bhat
354b984c0d 16k: Move logic from device/google/shusky/BoardConfig-shusky-common.mk to zuma/BoardConfig-16k-common.mk
The makefile logic in device/google/shusky/BoardConfig-shusky-common.mk
is identical to the logic required for akita. Hence, this logic is
moved to device/google/zuma/BoardConfig-16k-common.mk to avoid
duplicating the file for akita.

Bug: 349877551
Test: $ lunch shiba-trunk_staging-userdebug
      $ get_build_var TARGET_KERNEL_DIR_16K
      device/google/shusky-kernels/5.15/trunk-12022168/16kb
      $ get_build_var BOARD_KERNEL_PATH_16K
      device/google/shusky-kernels/5.15/trunk-12022168/16kb/Image.lz4
      $ get_build_var BOARD_16K_OTA_USE_INCREMENTAL
      true
      $ get_build_var BOARD_16K_OTA_MOVE_VENDOR
      true
Flag: EXEMPT bugfix
Change-Id: Ibd060eae8f4e97ae8ff800f765e2310c984e5796
2024-07-09 00:15:38 +00:00