Files
hardware_nothing/nt-fwk/Android.bp
cjh1249131356 9444409ad2 Introduce nt-fwk
Used by Hotword Enrollment.

Change-Id: I65f5da0ba6dcd2e83a6bbc5a14567474686beedc
Signed-off-by: cjh1249131356 <cjh1249131356@gmail.com>
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2025-01-20 22:35:36 +01:00

15 lines
198 B
Plaintext

//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
java_library {
name: "nt-fwk",
installable: true,
srcs: [
"src/**/*.java",
],
}