Skip to content
Snippets Groups Projects
Commit ec47e48a authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12329372 from 560e3751 to...

Snap for 12329372 from 560e3751 to android14-6.1-keystone-qcom-release

Change-Id: I16c6494b599b1a6e8c10d57417e4f8d64989adbb
Signed-off-by: default avatarCoastguard Worker <android-build-coastguard-worker@google.com>
......@@ -17,9 +17,10 @@
# File access symbols that are forbidden because drivers should never
# try to access files directly. Instead proper user/kernel apis should
# always be used.
filp_open Drivers should not open files directly
kernel_read Drivers should never read from a file
kernel_write Drivers should never write to a file
filp_open Drivers should not open files directly
kernel_read Drivers should never read from a file
kernel_read_file_from_path Drivers should never read from a file
kernel_write Drivers should never write to a file
# Kprobe needs to be left alone
disable_kprobe kprobe should not be touched by any driver
......
......@@ -113,8 +113,9 @@ def kernel_images(
- The list contains `ramdisk.<ramdisk_ext>` which means it assumes `build_boot_images`
generates this file. See `build_utils.sh` on conditions for when it is actually
generated.
- `BOOT_IMAGE_HEADER_VERSION >= 4`, which creates `vendor-bootconfig.img` to contain
`VENDOR_BOOTCONFIG if `build_vendor_boot`.
- if `build_vendor_boot`, it assumes `VENDOR_BOOTCONFIG` is set and
`BOOT_IMAGE_HEADER_VERSION >= 4`, which creates `vendor-bootconfig.img` to contain
`VENDOR_BOOTCONFIG` .
- The list contains `dtb.img`
build_initramfs: Whether to build initramfs. Keep in sync with `BUILD_INITRAMFS`.
build_system_dlkm: Whether to build system_dlkm.img an image with GKI modules.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment