Merge "Revert "Temporailly disable Bionic Test""
diff --git a/tools/vts-tradefed/res/config/vts-library.xml b/tools/vts-tradefed/res/config/vts-library.xml
index 2a8d287..49ffb5e 100644
--- a/tools/vts-tradefed/res/config/vts-library.xml
+++ b/tools/vts-tradefed/res/config/vts-library.xml
@@ -16,5 +16,6 @@
 <configuration description="Run VTS Host-Driven, Library Tests">
     <include name="everything" />
     <option name="plan" value="vts" />
+    <option name="compatibility:include-filter" value="BionicNativeTest" />
     <template-include name="reporters" default="basic-reporters" />
 </configuration>
diff --git a/tools/vts-tradefed/res/config/vts-serving-staging-library.xml b/tools/vts-tradefed/res/config/vts-serving-staging-library.xml
index 2c75c69..916939f 100644
--- a/tools/vts-tradefed/res/config/vts-serving-staging-library.xml
+++ b/tools/vts-tradefed/res/config/vts-serving-staging-library.xml
@@ -17,5 +17,6 @@
     <include name="everything" />
     <option name="plan" value="vts" />
     <option name="compatibility:include-filter" value="CpuProfilingTest" />
+    <option name="compatibility:include-filter" value="BionicNativeTest" />
     <template-include name="reporters" default="basic-reporters" />
 </configuration>