OSDN Git Service

Add PackageInstaller CTS tests to test mapping.
authorDario Freni <dariofreni@google.com>
Wed, 13 Mar 2019 23:25:37 +0000 (23:25 +0000)
committerDario Freni <dariofreni@google.com>
Thu, 14 Mar 2019 21:50:43 +0000 (21:50 +0000)
Test: atest --test-mapping (with different dirs)
Change-Id: I04ca869b881c825b635ae7e8624fc7e2129e1858

core/java/android/content/pm/TEST_MAPPING
services/core/java/com/android/server/pm/TEST_MAPPING

index a2e98cc..df4ae09 100644 (file)
@@ -1,6 +1,12 @@
 {
   "imports": [
     {
+      "path": "cts/tests/tests/packageinstaller"
+    },
+    {
+      "path": "cts/hostsidetests/stagedinstall"
+    },
+    {
       "path": "system/apex/tests"
     }
   ]
index 24b38e7..15dc6ae 100644 (file)
@@ -12,7 +12,7 @@
   ],
   "imports": [
     {
-      "path": "system/apex/tests"
+      "path": "frameworks/base/core/java/android/content/pm"
     }
   ]
 }