Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format android build
  • Loading branch information
gaaclarke committed Jun 8, 2023
commit e4ba2168f11e8dcccdd283308cb8d896c2e2c879
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