mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
a6b44992f2
Change-Id: Iee33e9043e5f4eb9b5ff8af562800e0392c041b5
22 lines
397 B
Text
22 lines
397 B
Text
cc_library_static {
|
|
name: "multihal-samsung8226",
|
|
vendor: true,
|
|
srcs: [
|
|
"multihal.cpp",
|
|
"SensorEventQueue.cpp",
|
|
],
|
|
header_libs: [
|
|
"libhardware_headers",
|
|
],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libutils",
|
|
"libdl",
|
|
],
|
|
export_include_dirs: ["."],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|