Commit Graph

3 Commits

Author SHA1 Message Date
Howard Chen
4cd02dc116 Avoid to use make directly
Buildbot does not allow script to call make directly.

Test: ./development/gsi/build_with_kernel/repack_kernels.sh
Bug: 198363484
Change-Id: Ia24cae56af27c6c73327002ebbed2c067c490851
2021-11-12 06:36:17 +00:00
Howard Chen
ca961096fc Deprecate prebuilts/misc/linux-x86/lz4/lz4
Replace prebuilts/misc/linux-x86/lz4/lz4 with external/lz4.

Test: \
  development/gsi/build_with_kernel/fetch_kernel.sh \
  development/gsi/build_with_kernel/repack_kernels.sh
Bug: 205492988

Change-Id: Ic22e6ea7cc68b45761b963ea3c41fd099ea29bc9
2021-11-08 04:03:38 +00: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