allwinner_a64/android/frameworks/native/services/inputflinger/tests/Android.bp
2018-08-08 15:50:00 +08:00

23 lines
469 B
Text

// Build the unit tests.
cc_test {
name: "inputflinger_tests",
srcs: [
"InputReader_test.cpp",
"InputDispatcher_test.cpp",
],
test_per_src: true,
cflags: ["-Wno-unused-parameter"],
shared_libs = [
"libcutils",
"liblog",
"libutils",
"libhardware",
"libhardware_legacy",
"libui",
"libskia",
"libinput",
"libinputflinger",
"libinputservice",
],
}