vts: cherrypick: Upsize 8bit uniform_int_distribution

Original body:

uniform_int_distribution<a> for types sizeof(a) < 2 are
not valid by the C++ library standard. Newer versions of LLVM
(particularly spurred on by ChromeOS toolchain changes)
require at least std::uniform_int_distribution<uint16_t>.

This is a required change for rolling LLVM to r458507.
This is necessary, but may not be sufficient to resolve
the issue.

Originally reviewed on:
https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2110725

BUG=b:231351802
TEST=mma  # On Android
TEST=CQ  # On ChromeOS gerrit

Change-Id: Iec41d4762a188fe0f82b5db90b98928f4f169f7c
Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/hardware/interfaces/neuralnetworks/+/3677700
Tested-by: Jordan Abrahams-Whitehead <ajordanr@google.com>
Commit-Queue: Jordan Abrahams-Whitehead <ajordanr@google.com>
Reviewed-by: Jim Pollock <jmpollock@chromium.org>
3 files changed
tree: 3ef88da49eee33eaeed09c00a9d40169450b7f5a
  1. 1.0/
  2. 1.1/
  3. 1.2/
  4. 1.3/
  5. aidl/
  6. utils/
  7. .gitignore
  8. OWNERS
  9. README
  10. TEST_MAPPING