3e1d52308a
Signed-off-by: OdSazib <odsazib@gmail.com> Change-Id: I5f78b2ff9827e809d1b08affad654f514d13a0f1 Signed-off-by: pix106 <sbordenave@gmail.com>
21 lines
352 B
Text
21 lines
352 B
Text
/*
|
|
* Copyright (C) 2017-2020 The LineageOS Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
*/
|
|
|
|
java_library {
|
|
name: "org.ifaa.android.manager",
|
|
installable: true,
|
|
srcs: [
|
|
"src/**/*.java",
|
|
"src/**/I*.aidl",
|
|
],
|
|
libs: [
|
|
"unsupportedappusage",
|
|
],
|
|
aidl: {
|
|
local_include_dirs: ["src"],
|
|
},
|
|
}
|