Allocate sEDIDx statically instead of heap

"static const std::vector<uint8_t>" makes an unnecessary
heap allocation compared to "static const uint8_t x[]".

Bug: 145244672
Test: build
Change-Id: I0e411d5775941fc362a59070670f0bf561b7fd63
Signed-off-by: Roman Kiryanov <rkir@google.com>
1 file changed