summaryrefslogtreecommitdiffstats
path: root/tests/robotests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/robotests/Android.bp')
-rw-r--r--tests/robotests/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
new file mode 100644
index 00000000..4d843dfa
--- /dev/null
+++ b/tests/robotests/Android.bp
@@ -0,0 +1,17 @@
+//############################################################
+// Car Dialer Robolectric test target. #
+//############################################################
+android_robolectric_test {
+ name: "CarDialerRoboTests",
+
+ srcs: ["src/**/*.java"],
+
+ java_resource_dirs: ["config"],
+
+ // Include the testing libraries
+ libs: [
+ "android.car",
+ ],
+
+ instrumentation_for: "CarDialerAppForTesting",
+}