Add a suite for framework-base-presubmit test configs.

Bug: 38433395
Test: suite run
ANDROID_TARGET_OUT_TESTCASES=$ANDROID_TARGET_OUT_TESTCASES \
  tradefed.sh run template/local --template:map \
  test=suite/framework-base-presubmit --log-level-display VERBOSE

Change-Id: I7f8cb943481545c6c013a6b6f8a1cd010fa322b3
diff --git a/res/config/suite/framework-base-presubmit.xml b/res/config/suite/framework-base-presubmit.xml
new file mode 100644
index 0000000..a5e45ee
--- /dev/null
+++ b/res/config/suite/framework-base-presubmit.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2017 Google Inc. All Rights Reserved. -->
+<configuration description="Android framework-base-presubmit test suite config.">
+    <test class="com.android.tradefed.testtype.suite.TfSuiteRunner">
+        <option name="run-suite-tag" value="framework-base-presubmit" />
+    </test>
+</configuration>