Home | History | Annotate | Download | only in featureflagtests
      1 android_test {
      2     name: "FrameworksCoreFeatureFlagTests",
      3     // We only want this apk build for tests.
      4     // Include all test java files.
      5     srcs: ["src/**/*.java"],
      6     dxflags: ["--core-library"],
      7     static_libs: [
      8         "android-common",
      9         "frameworks-core-util-lib",
     10         "androidx.test.rules",
     11     ],
     12     libs: [
     13         "android.test.runner",
     14         "android.test.base",
     15     ],
     16     platform_apis: true,
     17     certificate: "platform",
     18     test_suites: ["device-tests"],
     19 }
     20