Files
hardware_oplus/uah-client/Android.bp
anky894 23ce8c26e0 oplus: Introduce dummy liboplus-uah-client
Change-Id: Ifc628f858a38ea9976a5796fdf8a9193e3281524
2026-01-20 14:33:23 +01:00

14 lines
253 B
Plaintext

//
// SPDX-FileCopyrightText: 2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "liboplus-uah-client",
device_specific: true,
srcs: [
"uah-client.c",
],
compile_multilib: "64",
}