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
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
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
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
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
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