Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
0357237ccdf06d5337f96dc9d9b300028a821466
/
.
/
libs
/
ftl
/
Android.bp
blob: e11be5790ee44e8400e408b730e0202ceb80b4b4 [
file
] [
log
] [
blame
]
cc_test
{
name
:
"ftl_test"
,
test_suites
:
[
"device-tests"
],
sanitize
:
{
address
:
true
,
},
srcs
:
[
"StaticVector_test.cpp"
,
],
cflags
:
[
"-Wall"
,
"-Werror"
,
"-Wextra"
,
"-Wpedantic"
,
],
}