kleaf: Include soc bazelrc files

Bug: 319536450
Change-Id: I713b2fdf2f6de4a70e617ddc395931e507d3c14d
Signed-off-by: Jacky Liu <[email protected]>
1 file changed
tree: ccad9cb2ff4dcdb101604e6f9d308502816bbed0
  1. debug/
  2. kleaf/
  3. sepolicy/
  4. bazel.WORKSPACE
  5. BUILD.bazel
  6. device.bazelrc
  7. merge-from-pixel-6.1-zuma.sh
  8. README.md
  9. update_symbol_list.sh
README.md

Building with Bazel

# Files are copied to out/raviole/dist
$ tools/bazel run --config=raviole //private/devices/google/raviole:gs101_raviole_dist

See build/kernel/kleaf/README.md for details.

ABI monitoring with Bazel

Note: ABI monitoring is not supported on android-mainline branch.

# Compare ABI and build files for distribution
$ tools/bazel build --config=raviole //private/devices/google/raviole:gs101_raviole_abi

# Update symbol list aosp/android/abi_gki_aarch64_pixel
$ tools/bazel run --config=raviole //private/devices/google/raviole:gs101_raviole_abi_update_symbol_list

# Update ABI aosp/android/abi_gki_aarch64.xml
$ tools/bazel run //aosp:kernel_aarch64_abi_update