blob: 05bed67c4c525349855fff9daa7eb868c911f64e [file] [log] [blame]
// Copyright 2020 The Android Open Source Project
cc_binary {
name: "exfatlabel",
srcs: [
"label.c",
],
defaults: ["exfatprogs-defaults"],
static_libs: ["libexfat"],
}