blob: 17f6972cc14f90f724ab50ac250ead5844cfddb1 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "system_nfc_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["system_nfc_license"],
}
rust_binary {
name: "nfc_rootcanal",
defaults: ["nfc_rust_defaults"],
srcs: ["main.rs"],
edition: "2018",
rustlibs: [
"libnfc_packets",
"libbytes",
"libthiserror",
"liblogger",
"liblog_rust",
"libtokio",
],
proc_macros: ["libnum_derive"],
}