16 lines
274 B
Plaintext
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: ["."],
|
|
}
|