From 0130db1b1b6bbd4c0b1237d4b2d4edabba3be673 Mon Sep 17 00:00:00 2001 From: Soonil Nagarkar Date: Wed, 23 Oct 2019 17:44:40 -0700 Subject: [PATCH] Enable location CTS tests in presubmits Bug: 143247751 Test: presubmits Change-Id: Ic18fafb3f9987982d043ec761ce6ff1b19babe69 --- location/TEST_MAPPING | 10 ++++++++++ .../core/java/com/android/server/location/TEST_MAPPING | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 location/TEST_MAPPING create mode 100644 services/core/java/com/android/server/location/TEST_MAPPING diff --git a/location/TEST_MAPPING b/location/TEST_MAPPING new file mode 100644 index 0000000000000..2f386271dcb79 --- /dev/null +++ b/location/TEST_MAPPING @@ -0,0 +1,10 @@ +{ + "presubmit": [ + { + "name": "CtsLocationCoarseTestCases" + }, + { + "name": "CtsLocationNoneTestCases" + } + ] +} diff --git a/services/core/java/com/android/server/location/TEST_MAPPING b/services/core/java/com/android/server/location/TEST_MAPPING new file mode 100644 index 0000000000000..2e21fa67a9671 --- /dev/null +++ b/services/core/java/com/android/server/location/TEST_MAPPING @@ -0,0 +1,10 @@ +{ + "presubmit": [ + { + "name": "CtsLocationCoarseTestCases" + }, + { + "name": "CtsLocationNoneTestCases" + } + ] +} \ No newline at end of file