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