blob: 848226ce264cc48188adc9022e5f8aa968c41f96 [file] [log] [blame] [edit]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/assembly/board_configuration.gni")
board_configuration("arm64") {
verify_against = "board_information.json5"
provided_features = []
filesystems = {
vbmeta = {
key = "//third_party/android/platform/external/avb/test/data/testkey_atx_psk.pem"
key_metadata = "//third_party/android/platform/external/avb/test/data/atx_metadata.bin"
}
fvm = {
blobfs = {
size_checker_maximum_bytes = 5216665600
}
sparse_output = {
}
}
}
}