Home | History | Annotate | Download | only in notification
      1 android_test {
      2     name: "NotificationTests",
      3     // Include all test java files.
      4     srcs: ["src/**/*.java"],
      5     libs: ["android.test.runner.stubs"],
      6     sdk_version: "21",
      7 }
      8