blob: c713493cbec60147fc9f0d5ccdcc979f3547e918 [file] [log] [blame]
android_app {
name: "LMOFaceUnlock",
platform_apis: true,
certificate: "platform",
resource_dirs: ["res"],
srcs: [
"java/**/*.java",
"java/**/*.aidl",
],
static_libs: [
"androidx.annotation_annotation",
"androidx.cardview_cardview",
"androidx.constraintlayout_constraintlayout",
"LMOFaceShared",
"android.hardware.biometrics.face-V1.0-java",
],
jni_libs : ["libtensorflowlite_jni"],
}