blob: a114ab4b9264929b89168354659df92a64ad0c18 [file] [log] [blame]
# Copyright 2022 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.
declare_args() {
# Specify whether to use the posix sysdeps implementation provided by
# by libavb. This assumes that toolchain has support for stderr, stdin,
# malloc()/free() etc. See libavb/avb_sysdeps_posix.c for detail.
# If set to false, application must provide an implementation.
use_posix_libavb_sysdeps = true
}