summaryrefslogtreecommitdiff
path: root/app/tests/avf/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests/avf/Android.bp')
-rw-r--r--app/tests/avf/Android.bp29
1 files changed, 29 insertions, 0 deletions
diff --git a/app/tests/avf/Android.bp b/app/tests/avf/Android.bp
new file mode 100644
index 0000000..b32eed3
--- /dev/null
+++ b/app/tests/avf/Android.bp
@@ -0,0 +1,29 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+android_test {
+ name: "AvfRkpdAppIntegrationTests",
+ srcs: ["src/**/*.java"],
+ static_libs: [
+ "MicrodroidDeviceTestHelper",
+ "Nene",
+ "RkpdAppTestUtil",
+ "androidx.test.ext.junit",
+ "androidx.test.core",
+ "androidx.test.rules",
+ "androidx.work_work-testing",
+ "compatibility-common-util-devicesidelib",
+ "platform-test-annotations",
+ "truth",
+ ],
+ platform_apis: true,
+ test_suites: [
+ "general-tests",
+ "device-tests",
+ "mcts-rkpd",
+ "mts-rkpd",
+ ],
+ min_sdk_version: "33",
+ instrumentation_for: "rkpdapp",
+}