commit | 83c7537a180169a51569e08bd0a5aabe3cbd78f8 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Jun 24 17:44:46 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Jun 24 17:49:07 2021 +0900 |
tree | 0e8e4234f6ed2dcd3c5451ac23a4a94637de1c1a | |
parent | a7ace49440b4a0168fa9bc019a231198d9f35fb1 [diff] |
Use module util HexDump in StructTest The hidden API HexDump causes issues, as coverage tests jarjar its package even though it is a dependency on a hidden platform class, and not included in test packages. Use the HexDump utility in the com.android.net.module.util package instead (no import is necessary as this is the same package). Bug: 187935317 Test: atest StructTest Change-Id: If319a3c20a750c890f8400f1a7104462b41ed556