Commit graph

5 commits

Author SHA1 Message Date
Juan Yescas
3392f433fd 16kb: Filter out unnecessary modules from 16k mode
The 16k mode does not use these modules.

Bug: 379006062
Test: Built caiman-trunk_staging target and tested
      4kb and 16kb mode.
Flag: EXEMPT bugfix
Change-Id: I0c317592fec387d23afbe108991d621bcb192e25
2024-11-15 05:58:21 +00:00
Pawan Wagh
f52a815994 Revert "Remove check for the 16kb kernel directory"
This reverts commit 0db03e1861.

Reason for revert: This led to adding ag/30200879 which is breaking 16kb developer option on TOT. reverting this change and fix for it

Change-Id: I934be8430c970562f5d2d0ce9b1c7b3e1e2a6c7c
2024-11-11 18:41:35 +00:00
Juan Yescas
0db03e1861 Remove check for the 16kb kernel directory
The 16kb kernel directory is expected to be configured
in P24+ devices that has PRODUCT_16K_DEVELOPER_OPTION enable.


Bug: 376267923
Change-Id: I66d8e895d772a05cc4b0548cca48b88d4fa64e13
Flag: EXEMPT bugfix
Test: Build locally
2024-10-30 15:58:16 +00:00
Pawan Wagh
c8d5ce96ca Enable 16kB developer option for caimito
Setting up configs for 16kb developer options for caiman,
komodo and tokay.

Test: atest Enable16KbTest
Bug: 347108593
Change-Id: I783c789c24c05ad069ae3a41cdf0f5fe96c42a51
2024-09-27 21:35:10 +00:00
Juan Yescas
87147bd1ab 16kb: Set 16kb kernel for caimito targets
When TARGET_BOOTS_16K is set to true for caimito
targets, the 16kb kernel will be picked.

Bug: 347110197
Test: $ source build/envsetup.sh
      $ lunch tokay_16k-trunk_staging-userdebug
      $ get_build_var TARGET_KERNEL_DIR
      device/google/caimito-kernels/6.1/trunk-12120393/16kb
      $ get_build_var RELEASE_KERNEL_TOKAY_DIR
      device/google/caimito-kernels/6.1/trunk-12120393
      $ get_build_var KERNEL_MODULE_DIR
      device/google/caimito-kernels/6.1/trunk-12120393/16kb
      $ get_build_var TARGET_BOARD_KERNEL_HEADERS
      device/google/caimito-kernels/6.1/trunk-12120393/kernel-headers
Flag: EXEMPT bugfix
Change-Id: I1fc0f3aa778eb2e25d2d07d8cc9f26065aabb4bf
2024-07-24 22:35:35 -07:00