Files
android_hardware_oplus/power/Android.bp
DtHnAme 00f0edf25e power: Implement DT2W through OplusTouch
Co-authored-by: Maitreya25 <maitreyapatni25@gmail.com>
Co-authored-by: Mashopy <eliasgheeraert@gmail.com>
Co-authored-by: Bruno Martins <bgcngm@gmail.com>
Change-Id: I5ad57428aeefe68c8a188aa1e445f4091cbc0d8a
2025-07-06 14:51:26 +01:00

27 lines
620 B
Plaintext

//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
cc_library_static {
name: "power-ext-oplus",
defaults: ["android.hardware.power-ndk_shared"],
vendor: true,
srcs: [
"power-mode.cpp",
],
cppflags: select(soong_config_variable("power_libperfmgr", "mode_extension_lib"), {
any: ["-DLIBPERFMGR_EXT"],
default: [],
}),
header_libs: [
"vendor.oplus.hardware.touch-headers",
],
shared_libs: [
"libbase",
],
whole_static_libs: [
"vendor.oplus.hardware.touch-V2-ndk",
],
}