Home | History | Annotate | Download | only in permission
      1 android_test {
      2     name: "FrameworkPermissionTests",
      3     // Include all test java files.
      4     srcs: ["src/**/*.java"],
      5     libs: [
      6         "android.test.runner",
      7         "telephony-common",
      8         "android.test.base",
      9     ],
     10     static_libs: ["junit"],
     11     platform_apis: true,
     12 }
     13