2019-09-09 11:14:52 -04:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2017-2019 The LineageOS Project
|
|
|
|
*
|
2021-09-12 15:27:59 -04:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2019-09-09 11:14:52 -04:00
|
|
|
*/
|
|
|
|
|
|
|
|
java_library {
|
|
|
|
name: "org.ifaa.android.manager",
|
|
|
|
installable: true,
|
|
|
|
srcs: [
|
|
|
|
"src/**/*.java",
|
|
|
|
"src/**/I*.aidl",
|
|
|
|
],
|
|
|
|
aidl: {
|
|
|
|
local_include_dirs: ["src"],
|
|
|
|
},
|
2020-09-11 02:34:11 -04:00
|
|
|
libs: [ "unsupportedappusage" ],
|
2019-09-09 11:14:52 -04:00
|
|
|
}
|
|
|
|
|