Skip to content

Commit

Permalink
format android build
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Jun 7, 2023
1 parent 44282b8 commit ad01407
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shell/platform/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,9 @@ action("android_jar") {
if (current_cpu == "arm64") {
args += [
"--native_lib",
rebase_path("$android_libcpp_root/libs/arm64-v8a/libc++_shared.so", root_build_dir),
]
rebase_path("$android_libcpp_root/libs/arm64-v8a/libc++_shared.so",
root_build_dir),
]
} else {
assert(false, "Validation layers not supported for arch.")
}
Expand Down

0 comments on commit ad01407

Please sign in to comment.