Delete android_assets() target for snapshot.bin
Chromium now defines its own android_assets() rather than using this target (assets are about how things are packaged, so make more sense living in embedders). Bug: chromium:1402705 Change-Id: I95ff828393cec4e1e388776ed2e6be09c67b1e30 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4157274 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Adam Klein <adamk@chromium.org> Commit-Queue: Adam Klein <adamk@chromium.org> Cr-Commit-Position: refs/heads/main@{#85298}
This commit is contained in:
parent
2dd614d61e
commit
f7fe84b317
19
BUILD.gn
19
BUILD.gn
@ -10,10 +10,6 @@ import("//build/config/mips.gni")
|
||||
import("//build/config/sanitizers/sanitizers.gni")
|
||||
import("//build_overrides/build.gni")
|
||||
|
||||
if (is_android) {
|
||||
import("//build/config/android/rules.gni")
|
||||
}
|
||||
|
||||
import("gni/snapshot_toolchain.gni")
|
||||
import("gni/v8.gni")
|
||||
|
||||
@ -1614,21 +1610,6 @@ 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 = [ ":run_mksnapshot_default" ]
|
||||
renaming_sources = [ "$root_out_dir/snapshot_blob.bin" ]
|
||||
if (current_cpu == "arm" || current_cpu == "x86") {
|
||||
renaming_destinations = [ "snapshot_blob_32.bin" ]
|
||||
} else {
|
||||
renaming_destinations = [ "snapshot_blob_64.bin" ]
|
||||
}
|
||||
disable_compression = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (v8_postmortem_support) {
|
||||
action("postmortem-metadata") {
|
||||
# Only targets in this file and the top-level visibility target can
|
||||
|
Loading…
Reference in New Issue
Block a user