Remove compiler flag for dynamic output shape tests.

Having separate VTS models and tests for difference HAL version. This
compiler flag is no longer needed.

Bug: 122740334
Test: All VTS 1.x and 1.xCompat1.y
Change-Id: Idbd96a954da9bd5a0e0e66afd9120d84a1efc784
Merged-In: Idbd96a954da9bd5a0e0e66afd9120d84a1efc784
(cherry picked from commit 7763d53545)
This commit is contained in:
Xusong Wang
2019-07-11 09:07:49 -07:00
committed by Slava Shklyaev
parent cac83eefa5
commit e108bc15e6

View File

@@ -56,9 +56,6 @@ cc_test {
"GeneratedTestsV1_0.cpp", "GeneratedTestsV1_0.cpp",
"ValidateBurst.cpp", "ValidateBurst.cpp",
], ],
cflags: [
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
],
} }
// Tests for V1_1 models using the V1_2 HAL. // Tests for V1_1 models using the V1_2 HAL.
@@ -69,9 +66,6 @@ cc_test {
"GeneratedTestsV1_1.cpp", "GeneratedTestsV1_1.cpp",
"ValidateBurst.cpp", "ValidateBurst.cpp",
], ],
cflags: [
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
],
} }
// Tests for V1_2 models. // Tests for V1_2 models.
@@ -84,9 +78,6 @@ cc_test {
"GeneratedTestsV1_2.cpp", "GeneratedTestsV1_2.cpp",
"ValidateBurst.cpp", "ValidateBurst.cpp",
], ],
cflags: [
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
],
} }
cc_test { cc_test {
@@ -98,7 +89,6 @@ cc_test {
"ValidateBurst.cpp", "ValidateBurst.cpp",
], ],
cflags: [ cflags: [
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE",
"-DPRESUBMIT_NOT_VTS", "-DPRESUBMIT_NOT_VTS",
], ],
} }