Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
ebf59f07b10b595d4e2856e4ef424e77d2758f46
/
.
/
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"
,
],
}