summaryrefslogtreecommitdiff
path: root/services/appprediction/Android.bp
blob: c12f62fc6cd16f528acd5fc906d8cd5480fefcb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
filegroup {
    name: "services.appprediction-sources",
    srcs: ["java/**/*.java"],
    path: "java",
    visibility: ["//frameworks/base/services"],
}

java_library_static {
    name: "services.appprediction",
    defaults: ["services_defaults"],
    srcs: [":services.appprediction-sources"],
    libs: ["services.core"],
}