Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ad01407

Browse files
committed
format android build
1 parent 44282b8 commit ad01407

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shell/platform/android/BUILD.gn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,9 @@ action("android_jar") {
489489
if (current_cpu == "arm64") {
490490
args += [
491491
"--native_lib",
492-
rebase_path("$android_libcpp_root/libs/arm64-v8a/libc++_shared.so", root_build_dir),
493-
]
492+
rebase_path("$android_libcpp_root/libs/arm64-v8a/libc++_shared.so",
493+
root_build_dir),
494+
]
494495
} else {
495496
assert(false, "Validation layers not supported for arch.")
496497
}

0 commit comments

Comments
 (0)