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

Commit d4120b90 authored by Dan Shi's avatar Dan Shi Committed by android-build-merger
Browse files

Merge "Add fuzzy_fastboot to vts-core suite"

am: 6a606448

Change-Id: I0f834c75b29d3b9ea222e98c39e09158840605ce
parents ae9375f1 6a606448
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -40,5 +40,13 @@ cc_test_host {
          "-framework IOKit",
      ],
    },
  }
  },

  // Disable auto-generation of test config as this binary itself is not a test in the test suites,
  // rather it is used by other tests.
  auto_gen_config: false,
  test_suites: [
    "general-tests",
    "vts-core",
  ],
}