blob: 06b48fb5348dcd0105897d46388782e868e27900 [file] [log] [blame]
# Copyright 2021 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/host.gni")
import("//build/rust/rustc_library.gni")
if (is_host) {
rustc_library("test_keys") {
version = "0.1.0"
testonly = true
sources = [ "src/lib.rs" ]
inputs = [ "//third_party/android/platform/external/avb/test/data/testkey_atx_psk.pem" ]
}
}