2019-11-17 13:11:19 +09:00
|
|
|
filegroup {
|
|
|
|
name: "services.systemcaptions-sources",
|
|
|
|
srcs: ["java/**/*.java"],
|
|
|
|
path: "java",
|
|
|
|
visibility: ["//frameworks/base/services"],
|
|
|
|
}
|
|
|
|
|
2019-03-18 16:33:42 -04:00
|
|
|
java_library_static {
|
|
|
|
name: "services.systemcaptions",
|
2020-05-04 15:31:07 -06:00
|
|
|
defaults: ["services_defaults"],
|
2019-11-17 13:11:19 +09:00
|
|
|
srcs: [":services.systemcaptions-sources"],
|
2019-03-18 16:33:42 -04:00
|
|
|
libs: ["services.core"],
|
|
|
|
}
|