blob: 1a13d6394f9f3cbedb19c468cae2c7bbffea6b44 [file]
// Common defaults to define SDK level
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
java_library {
name: "Ts43AuthenticationLibrary",
installable: true,
system_ext_specific: true,
srcs: [
"src/**/*.java",
],
static_libs: [
"androidx.annotation_annotation",
"service-entitlement",
],
}