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