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