e0db06fff8
Change-Id: I8dbe13560d74f88109b7265d1c511ad3beab731e
19 lines
326 B
Plaintext
19 lines
326 B
Plaintext
cc_library_static {
|
|
name: "multihal",
|
|
vendor: true,
|
|
srcs: [
|
|
"multihal.cpp",
|
|
"SensorEventQueue.cpp"
|
|
],
|
|
header_libs: [
|
|
"libhardware_headers",
|
|
],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libutils",
|
|
"libdl"
|
|
],
|
|
export_include_dirs: ["."],
|
|
}
|