blob: 5a28891f88c948f8e250e345a8f215026dae1030 [file] [log] [blame]
Bob Badour8a6a2bc2021-02-12 17:07:05 -08001package {
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 "frameworks_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Jiyong Parkbae2e902019-11-17 13:11:19 +090010filegroup {
11 name: "backuplib-sources",
12 srcs: ["java/**/*.java"],
13 path: "java",
14 visibility: ["//frameworks/base/services"],
15}
16
nathchb85b36a2019-09-21 22:06:40 +010017java_library {
18 name: "backuplib",
Jiyong Parkbae2e902019-11-17 13:11:19 +090019 srcs: [":backuplib-sources"],
nathchb85b36a2019-09-21 22:06:40 +010020 libs: ["services.core"],
21}