Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
6e038837be37747ddabca2a7d8aaa3a182056b95
/
.
/
tests
/
touchlag
/
Android.bp
blob: 2610cb386da207b58f0e616b41674f916ebe38f3 [
file
] [
log
] [
blame
]
cc_test
{
name
:
"test-touchlag"
,
gtest
:
false
,
srcs
:
[
"touchlag.cpp"
],
shared_libs
:
[
"libcutils"
,
"libutils"
,
],
cflags
:
[
"-Wall"
,
"-Wextra"
,
"-Werror"
,
],
}