5eb7d26c52
Co-authored-by: Art_Chen <chenxy0201@qq.com> Co-authored-by: dianlujitao <dianlujitao@lineageos.org> Change-Id: Ia238f3e82e6366e72de4629b31864d0503dd1a03
27 lines
491 B
Plaintext
27 lines
491 B
Plaintext
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
android_app {
|
|
name: "IFAAService",
|
|
srcs: [
|
|
"src/**/*.java",
|
|
"src/**/I*.aidl",
|
|
],
|
|
aidl: {
|
|
local_include_dirs: ["src"],
|
|
},
|
|
resource_dirs: ["res"],
|
|
|
|
static_libs: [
|
|
"android.hidl.base-V1.0-java",
|
|
"vendor.xiaomi.hardware.mlipay-V1.1-java",
|
|
],
|
|
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
system_ext_specific: true,
|
|
}
|