commit | ee80b02ae9eea04cecb2fc36584ec0a19e16d245 | [log] [tgz] |
---|---|---|
author | Xusong Wang <xusongw@google.com> | Thu Aug 22 14:58:16 2019 -0700 |
committer | Xusong Wang <xusongw@google.com> | Tue Aug 27 16:09:30 2019 -0700 |
tree | 4252906aa518498d827b6c85e1fe06e855932c41 | |
parent | bcaa78293a9a69f81c61fe992e5556c3cc5b8be5 [diff] [blame] |
Statically check test enums against HIDL definitions. Fixes: 123092187 Test: mma all VTS Test: Attempt to modify test enum value, confirm that there is build error with proper error message. Change-Id: I0129378c87637b33bb145ec93307634273a9d2fd Merged-In: I0129378c87637b33bb145ec93307634273a9d2fd (cherry picked from commit cbfa6b998e0d88c74597facfbd4ab077f54e0b55)
diff --git a/neuralnetworks/1.1/vts/functional/Android.bp b/neuralnetworks/1.1/vts/functional/Android.bp index 05c7f6b..b225947 100644 --- a/neuralnetworks/1.1/vts/functional/Android.bp +++ b/neuralnetworks/1.1/vts/functional/Android.bp
@@ -18,6 +18,7 @@ name: "VtsHalNeuralNetworksV1_1TargetTestDefaults", defaults: ["VtsHalTargetTestDefaults"], srcs: [ + "TestAssertions.cpp", "ValidateModel.cpp", "ValidateRequest.cpp", "VtsHalNeuralnetworks.cpp",