Depend direclty on run_mksnapshot_default rather v8 for v8_external_startup_data_assets
This will prevent building v8 arm code when all we want is the snapshot file. Bug: chromium:1402705 Change-Id: If8137e8ef79ff1943c24d5bd71d8374e59bdf561 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4117695 Commit-Queue: Adam Klein <adamk@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Adam Klein <adamk@chromium.org> Cr-Commit-Position: refs/heads/main@{#84981}
This commit is contained in:
parent
bbe24f16c6
commit
fd81728f2e
2
BUILD.gn
2
BUILD.gn
@ -1602,7 +1602,7 @@ template("asm_to_inline_asm") {
|
||||
if (is_android && enable_java_templates) {
|
||||
android_assets("v8_external_startup_data_assets") {
|
||||
if (v8_use_external_startup_data) {
|
||||
deps = [ "//v8" ]
|
||||
deps = [ ":run_mksnapshot_default" ]
|
||||
renaming_sources = [ "$root_out_dir/snapshot_blob.bin" ]
|
||||
if (current_cpu == "arm" || current_cpu == "x86") {
|
||||
renaming_destinations = [ "snapshot_blob_32.bin" ]
|
||||
|
Loading…
Reference in New Issue
Block a user