potter: use our own multihal to workaround version check in HIDL HAL

Change-Id: I356c569304b7e6c0351c456019c4b43048edb120
This commit is contained in:
LuK1337
2017-09-08 14:03:02 +02:00
committed by Vachounet
parent a0376ca067
commit 39dab0276a
8 changed files with 1041 additions and 3 deletions

15
sensors/Android.bp Normal file
View File

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