Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
f6513ca2f69e7b714d5fe625578720b4ecf51283
/
.
/
tests
/
touchlag
/
Android.bp
blob: 092eea918b1d7bb45706540011b6ea0530e1d0fc [
file
] [
log
] [
blame
]
cc_test
{
name
:
"test-touchlag"
,
gtest
:
false
,
srcs
:
[
"touchlag.cpp"
],
shared_libs
:
[
"libcutils"
,
"libutils"
,
],
cflags
:
[
"-Wall"
,
"-Wextra"
,
"-Werror"
,
],
}