blob: 72bb8abe40aa61db89fee27a8aed37f37f3fa989 [file] [log] [blame] [edit]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "external_tinyalsa_new_license"
// to get the below license kinds:
// SPDX-license-identifier-BSD
default_applicable_licenses: ["external_tinyalsa_new_license"],
}
cc_library {
name: "libsndcardparser_example",
vendor: true,
srcs: ["sample_sndcardparser.c"],
cflags: ["-Werror"],
}