Snap for 12510095 from 6635e6e26b0cfc8800abd3f9f6d4f7126496a8c1 to android14-gs-pixel-6.1-trunk-release

Change-Id: Ibcf0a4c09237b2deefee74b8d3bd2785b4fac140
Signed-off-by: Coastguard Worker <[email protected]>
tree: 42eefbc86c51951af0b83bdd6e9b6b9b6707341a
  1. debug/
  2. etm/
  3. kleaf/
  4. sepolicy/
  5. bazel.WORKSPACE
  6. BUILD.bazel
  7. constants.bzl
  8. device.bazelrc
  9. merge-from-pixel-6.1-zuma.sh
  10. README.md
  11. 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