This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders-lin…/sensors/Android.bp
LuK1337 39dab0276a potter: use our own multihal to workaround version check in HIDL HAL
Change-Id: I356c569304b7e6c0351c456019c4b43048edb120
2017-09-08 14:04:02 +02:00

16 lines
274 B
Plaintext

cc_library_static {
name: "multihal-asus",
vendor: true,
srcs: [
"multihal.cpp",
"SensorEventQueue.cpp"
],
shared_libs: [
"liblog",
"libcutils",
"libutils",
"libdl"
],
export_include_dirs: ["."],
}