19 lines
403 B
Plaintext
19 lines
403 B
Plaintext
//
|
|
// Copyright (C) 2020-2024 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "libshim_sensorndkbridge",
|
|
srcs: ["ASensorManager.cpp"],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libsensorndkbridge",
|
|
"libutils",
|
|
],
|
|
include_dirs: [
|
|
"frameworks/hardware/interfaces/sensorservice/libsensorndkbridge",
|
|
],
|
|
vendor: true,
|
|
}
|