commit | f5a3b8a848ef1c3f72d2fa960437ca9b66ead654 | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Thu Aug 10 13:38:17 2023 -0700 |
committer | Kalesh Singh <kaleshsingh@google.com> | Fri Aug 11 01:29:45 2023 -0700 |
tree | 8d4da7f62fdc22e82d8ffec2a3ce03969fbc3a58 | |
parent | 24c9102d0facd739aa2af7ae3db462f05409740e [diff] |
protoutil: Fix EncodedBuffer test Commit ag/10780537 ("Optimize memory usage in incidentd") broke the libprotoutil_test since it page aligns the chunk size but didn't update the tests. Fix the tests by page aligning TEST_CHUNK_SIZE; and add a test mapping. Test: atest -c libprotoutil_test Bug: 295228590 Change-Id: I85d828a10cc67334751c3c3a451a75c4dbe3eb76 Signed-off-by: Kalesh Singh <kaleshsingh@google.com>