aboutsummaryrefslogtreecommitdiff
path: root/org.ifaa.android.manager/Android.bp
blob: b2360382fd908d78fd547d37de094167bd387525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
* Copyright (C) 2017-2020 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/

java_library {
    name: "org.ifaa.android.manager",
    installable: true,
    libs: [
	"unsupportedappusage", // for android.compat.annotation.UnsupportedAppUsage
    ],
    srcs: [
        "src/**/*.java",
        "src/**/I*.aidl",
    ],
    aidl: {
        local_include_dirs: ["src"],
    },
}