mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 16:47:35 +00:00
Change-Id: Ibaf1b9489b509318032c720c9c83e315cfe6ab3e Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
//
|
|
// Copyright (C) 2024 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "libvendor.goodix.hardware.biometrics.fingerprint@2.1",
|
|
shared_libs: ["vendor.goodix.hardware.biometrics.fingerprint@2.1"],
|
|
vendor_available: true,
|
|
}
|