Add manifest_check tool

Add a tool that can check that the <uses-library> tags in an
AndroidManifest.xml file match a list provided by the build.

Bug: 132357300
Test: manifest_check_test
Change-Id: If15abf792282bef677469595e80f19923b87ab62
diff --git a/scripts/TEST_MAPPING b/scripts/TEST_MAPPING
index cafecde..1b0a229 100644
--- a/scripts/TEST_MAPPING
+++ b/scripts/TEST_MAPPING
@@ -1,8 +1,12 @@
 {
   "presubmit" : [
     {
+      "name": "manifest_check_test",
+      "host": true
+    },
+    {
       "name": "manifest_fixer_test",
       "host": true
-    }
+    }    
   ]
 }