2017-09-05 19:45:00 +02:00
|
|
|
cc_library_static {
|
2017-09-05 19:46:00 +02:00
|
|
|
name: "multihal-samsung8974",
|
2017-09-05 19:45:00 +02:00
|
|
|
vendor: true,
|
|
|
|
srcs: [
|
|
|
|
"multihal.cpp",
|
2018-09-21 06:46:44 +02:00
|
|
|
"SensorEventQueue.cpp",
|
2017-09-05 19:45:00 +02:00
|
|
|
],
|
|
|
|
header_libs: [
|
|
|
|
"libhardware_headers",
|
|
|
|
],
|
|
|
|
shared_libs: [
|
|
|
|
"liblog",
|
|
|
|
"libcutils",
|
|
|
|
"libutils",
|
2018-09-21 06:46:44 +02:00
|
|
|
"libdl",
|
2017-09-05 19:45:00 +02:00
|
|
|
],
|
|
|
|
export_include_dirs: ["."],
|
2018-09-21 06:46:44 +02:00
|
|
|
cflags: [
|
|
|
|
"-Wall",
|
|
|
|
"-Werror",
|
|
|
|
],
|
2017-09-05 19:45:00 +02:00
|
|
|
}
|