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

Commit 36f52880 authored by Ryan Mitchell's avatar Ryan Mitchell
Browse files

Add TEST_MAPPING to overlay test directories

This changes add TEST_MAPPING files to the directories containing
overlay tests so changes to the test will be tested during presubmit.

Bug: 153631240
Test: presubmit
Change-Id: I6de870f8870d49f5325827c476b9cfbae9a59066
parent 2d8d9812
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name" : "OverlayHostTests"
    }
  ]
}
 No newline at end of file
+12 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.om."
        }
      ]
    }
  ]
}
 No newline at end of file