diff options
author | Peng Xu <pengxu@google.com> | 2016-11-23 16:22:09 -0800 |
---|---|---|
committer | Peng Xu <pengxu@google.com> | 2016-12-05 17:26:11 -0800 |
commit | cb90f32b40abf678a7ee523e7e091e86723f4dfa (patch) | |
tree | 54c4e495042dcab2e826bbe927ceab3f704a6068 /sysfuzzer | |
parent | 0353f045d08e92d8b847294711409393f7b2965b (diff) | |
download | platform_test_vts-cb90f32b40abf678a7ee523e7e091e86723f4dfa.tar.gz platform_test_vts-cb90f32b40abf678a7ee523e7e091e86723f4dfa.tar.bz2 platform_test_vts-cb90f32b40abf678a7ee523e7e091e86723f4dfa.zip |
Added Sensor VTS Target Test
* Added necessary enums in proto for host test.
* Added vts files into various lists.
Test: see companion CL with the same topic
Change-Id: I847f4def6053bbb21dced181838e565ca9e3f4fe
Diffstat (limited to 'sysfuzzer')
-rw-r--r-- | sysfuzzer/vtscompiler/VtsCompilerUtils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysfuzzer/vtscompiler/VtsCompilerUtils.cpp b/sysfuzzer/vtscompiler/VtsCompilerUtils.cpp index 7796c40de..0ae1f16b6 100644 --- a/sysfuzzer/vtscompiler/VtsCompilerUtils.cpp +++ b/sysfuzzer/vtscompiler/VtsCompilerUtils.cpp @@ -86,6 +86,8 @@ string ComponentTypeToString(int component_type) { return "vibrator"; case THERMAL: return "thermal"; + case SENSORS: + return "sensors"; case BIONIC_LIBM: return "bionic_libm"; } |