commit | b71f1f106b8930af21b5f57c065041d1837fafd3 | [log] [tgz] |
---|---|---|
author | Jacky Liu <[email protected]> | Mon May 13 13:40:08 2024 +0800 |
committer | Jacky Liu <[email protected]> | Mon May 13 13:40:08 2024 +0800 |
tree | e0d1de480ff90a3c4e383e970eb44aaecd630f07 | |
parent | 44f07d6235540b718a7c0b37380f5e22d8403a68 [diff] |
Add sepolicy for (system/vendor)_dlkm Add file contexts for devices which need to build system_dlkm or vendor_dlkm images. Bug: 319536450 Change-Id: I17405c4e2c60573f23dc7c90426ff1d37e91d8ac Signed-off-by: Jacky Liu <[email protected]>
# Files are copied to out/{branch}/dist $ tools/bazel run --config=raviole //private/devices/google/raviole:gs101_raviole_dist
See build/kernel/kleaf/README.md
for details.
Note: This only works on raviole-mainline
branch.
# Files are copied to out/{branch}/dist $ tools/bazel run --lto=none --config=raviole //private/devices/google/raviole:gs101_raviole_dist
Note: ABI monitoring is not supported on raviole-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 # Copy files to distribution $ tools/bazel run --config=raviole //private/devices/google/raviole:gs101_raviole_abi_dist