16 lines
478 B
Plaintext
16 lines
478 B
Plaintext
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"],
|
|
}
|