filegroup { | |
name: "services.appprediction-sources", | |
srcs: ["java/**/*.java"], | |
path: "java", | |
visibility: ["//frameworks/base/services"], | |
} | |
java_library_static { | |
name: "services.appprediction", | |
srcs: [":services.appprediction-sources"], | |
libs: ["services.core"], | |
} |