1package { 2 // See: http://go/android-license-faq 3 // A large-scale-change added 'default_applicable_licenses' to import 4 // all of the 'license_kinds' from "device_google_atv_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-Apache-2.0 7 default_applicable_licenses: ["device_google_atv_license"], 8} 9 10android_library { 11 name: "BluetoothServices", 12 13 srcs: ["src/**/*.java"], 14 static_libs: [ 15 "androidx.annotation_annotation", 16 "androidx.leanback_leanback", 17 "androidx.leanback_leanback-preference", 18 "androidx.legacy_legacy-support-core-ui", 19 "guava", 20 "TwoPanelSettingsLib", 21 ], 22 23 resource_dirs: ["res"], 24 manifest: "AndroidManifest.xml", 25 sdk_version: "system_current", 26} 27