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