bae2e90796
... in preparation for creating a stub library from services.jar Bug: 139391334 Test: m Change-Id: Ifd6cfc77acf2284804a2f64011c2733b5c222369
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
filegroup {
|
|
name: "services.systemcaptions-sources",
|
|
srcs: ["java/**/*.java"],
|
|
path: "java",
|
|
visibility: ["//frameworks/base/services"],
|
|
}
|
|
|
|
java_library_static {
|
|
name: "services.systemcaptions",
|
|
srcs: [":services.systemcaptions-sources"],
|
|
libs: ["services.core"],
|
|
}
|