From c45168c6c21b64ea02112cba027b1dbba1050245 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 29 Nov 2022 13:53:19 -0800 Subject: [PATCH] ANDROID: kleaf: load() then package(). According to https://bazel.build/build/style-guide#file-structure, package() comes after load(). Test: treehugger Bug: 250646733 Change-Id: Ie5d5b6fda6fec4976d82099fa907af2c9d3bd1dc Signed-off-by: Yifan Hong --- BUILD.bazel | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index b80c5b10dcb9..511e8aef8b16 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -11,14 +11,15 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +load("//build/kernel/kleaf:common_kernels.bzl", "define_common_kernels") + package( default_visibility = [ "//visibility:public", ], ) -load("//build/kernel/kleaf:common_kernels.bzl", "define_common_kernels") - _aarch64_additional_kmi_symbol_lists = [ # keep sorted "android/abi_gki_aarch64_core",