Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c2a8b48 authored by Aurimas Liutikas's avatar Aurimas Liutikas
Browse files

Add TEST_MAPPING for androidfw to add presubmit tests.

Test: atest --host libandroidfw_tests
Change-Id: Id893e720139791b499f2f38a25a057738a488c2b
parent 66f04be1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "libandroidfw_tests",
      "host": true
    }
  ]
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -365,6 +365,6 @@ TEST(LoadedArscTest, ResourceIdentifierIterator) {
// structs with size fields (like Res_value, ResTable_entry) should be
// backwards and forwards compatible (aka checking the size field against
// sizeof(Res_value) might not be backwards compatible.
TEST(LoadedArscTest, LoadingShouldBeForwardsAndBackwardsCompatible) { ASSERT_TRUE(false); }
// TEST(LoadedArscTest, LoadingShouldBeForwardsAndBackwardsCompatible) { ASSERT_TRUE(false); }

}  // namespace android