1// Common defaults to define SDK level 2package { 3 default_applicable_licenses: ["Android-Apache-2.0"], 4} 5 6java_library { 7 name: "Ts43AuthenticationLibrary", 8 installable: true, 9 system_ext_specific: true, 10 srcs: [ 11 "src/**/*.java", 12 ], 13 static_libs: [ 14 "androidx.annotation_annotation", 15 "service-entitlement", 16 ], 17} 18