From 37b717c612a82f81366afee36db8853b1611b865 Mon Sep 17 00:00:00 2001 From: Jack He Date: Tue, 28 Aug 2018 18:28:55 -0700 Subject: Add TEST_MAPPING to system/bt * Add "postsubmit" test group to TEST_MAPPING in system/bt * Developer can run tests mannually in system/bt via: system/bt$ atest :postsubmit * Remove legacy configuration files spread across system/bt * Created unified configuration file system/bt/AndroidTestTemplate.xml and add it to the default build config so that developers don't have to configure it Bug: 113359343 Test: atest :postsubmit Change-Id: I0fdd55b47ef176b5c4ce3d2cd217ffa67cf9bc23 --- AndroidTestTemplate.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 AndroidTestTemplate.xml (limited to 'AndroidTestTemplate.xml') diff --git a/AndroidTestTemplate.xml b/AndroidTestTemplate.xml new file mode 100644 index 000000000..3ad4cd26e --- /dev/null +++ b/AndroidTestTemplate.xml @@ -0,0 +1,33 @@ + + + + -- cgit v1.2.3