You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
541 B

// Copyright 2020 The Android Open Source Project
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "external_exfatprogs_license"
// to get the below license kinds:
// SPDX-license-identifier-GPL-2.0
default_applicable_licenses: ["external_exfatprogs_license"],
}
cc_binary {
name: "tune.exfat",
srcs: [
"tune.c",
],
defaults: ["exfatprogs-defaults"],
static_libs: ["libexfat"],
}