ANDROID: build: Remove branch argument from define_common_kernels

Currently, we are passing in the a branch argument to the call to
define_common_kernels(). This is because Kleaf required this argument
if the function was called outside of the ACK tree.

With a recent upstream update, the argument is no longer needed. So,
let's remove the argument. This has an added benefit of allowing
our BUILD.bazel file to match ACK's more closely.

Change-Id: I64278699ed5e23d2220b98135827a10684c6afbc
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
This commit is contained in:
John Moon 2023-03-13 11:04:37 -07:00 committed by Gerrit - the friendly Code Review server
parent ec6d1db8f3
commit d7ed8af8ce

View File

@ -21,9 +21,7 @@ _aarch64_additional_kmi_symbol_lists = [
"android/abi_gki_aarch64_virtual_device",
]
load("@kernel_toolchain_info//:dict.bzl", "BRANCH")
define_common_kernels(branch = BRANCH, target_configs = {
define_common_kernels(target_configs = {
"kernel_aarch64": {
# TODO(b/269346251): re-enable strict mode
"kmi_symbol_list_strict_mode": False,