Commit Graph

3 Commits

Author SHA1 Message Date
SzuWei Lin
887386c263 Output system_dlkm_staging_archive.tar.gz to dist folder
Bug: 223726390
Test: TH
Change-Id: Iba067ad36ce2ce1f05035d39fb6eb2730880a436
2022-03-14 10:24:04 +08:00
SzuWei Lin
20a24006ec Output system_dlkm.img to dist folder
Bug: 223726390
Test: TH
Change-Id: I7a03162dfb7770381c8465a279379b3fa5dfed84
2022-03-10 17:34:14 +08:00
SzuWei Lin
29cceb796f Add building with kernel helper scripts
This scripts are for building GSI targets with prebuilt kernel
binaries. The kernel binaries are from a kernel build on AndroidCI,
or the build chaining on build server.

download_kernels_prebults.sh
  For local testing the build chaining with kernel prebuilt binaries.
  Downloads the kernel prebuilts binaries from AndroidCI with the
  build ID in the file `bid`.

kernel_info_to_dist.sh
  A postprocessing script to download the kernel prebuilt binaries
  and debugging information from AndroidCI, and output to dist folder.

repack_kernel(_x86_64).sh
  The preprocessing helper scripts for build chaining with kernel
  prebuilt binaries.

Bug: 196916063
Test: na
Change-Id: I081585d20f8d4a4e3cf135a1447775a8562d6fae
2021-09-23 13:17:40 +08:00