summaryrefslogtreecommitdiff
path: root/nn/runtime/test/Android.bp
diff options
context:
space:
mode:
authorSlava Shklyaev <slavash@google.com>2020-03-23 17:55:46 +0000
committerSlava Shklyaev <slavash@google.com>2020-03-23 18:00:32 +0000
commit6a81b1e52655cb9cb1b4480075e762274ae0ebfe (patch)
tree7931d06c2fd716e532dfd65218e3f9ce71a3cd57 /nn/runtime/test/Android.bp
parent6fc522683fddaf6bebbaeadd620b6d9afcb81a0f (diff)
downloadml-6a81b1e52655cb9cb1b4480075e762274ae0ebfe.tar.gz
Add TestControlFlow.cpp to Android.bp
Fix: 152216745 Test: NNT_static Change-Id: I2873773166d65f2c55ee701c818d40d13229dfb7
Diffstat (limited to 'nn/runtime/test/Android.bp')
-rw-r--r--nn/runtime/test/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index 95bf224f0..cf082ce40 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -67,6 +67,7 @@ cc_defaults {
// "TestUnspecifiedDimensions.cpp",
"GeneratedTestUtils.cpp",
"TestAssertions.cpp",
+ "TestControlFlow.cpp",
"TestFree.cpp",
"TestGenerated.cpp",
"TestMemory.cpp",
@@ -308,6 +309,7 @@ cc_library_static {
"CtsMain.cpp",
"GeneratedTestUtils.cpp",
"RequireDebug.cpp", // Abort compilation if NDEBUG is defined
+ "TestControlFlow.cpp",
"TestFree.cpp",
"TestGenerated.cpp",
"TestMemory.cpp",