mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-02-01 06:05:20 +00:00
17 lines
251 B
Plaintext
17 lines
251 B
Plaintext
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "libpiex_shim",
|
|
srcs: [
|
|
"libpiex_shim.cpp",
|
|
],
|
|
vendor: true,
|
|
shared_libs: [
|
|
"libpiex",
|
|
],
|
|
}
|