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

Commit 1e65287c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING for androidfw to add presubmit tests."

parents a1d4a000 6c2a8b48
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