summaryrefslogtreecommitdiff
path: root/car-broadcastradio-support/tests/Android.bp
diff options
context:
space:
mode:
authorWeilin Xu <xuweilin@google.com>2024-01-03 16:23:12 -0800
committerWeilin Xu <xuweilin@google.com>2024-02-13 11:21:40 -0800
commit4cb68ddb60658cec7c3df6a68917f45c4dddfd8e (patch)
tree5226db44a8f877c9d47021d0182cf6291b24e5c8 /car-broadcastradio-support/tests/Android.bp
parent8606813e25ec1114b0e17f611a8d907d9cea1951 (diff)
downloadsystemlibs-4cb68ddb60658cec7c3df6a68917f45c4dddfd8e.tar.gz
Add unit tests for ProgramInfoExt about metadata
Add unit tests for methods related to metadata in program info extension class. Bug: 266834749 Test: atest ProgramInfoExtTest Change-Id: Ide9dc066273c7521f99e9edb6bf0df965093d3b9
Diffstat (limited to 'car-broadcastradio-support/tests/Android.bp')
-rw-r--r--car-broadcastradio-support/tests/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/car-broadcastradio-support/tests/Android.bp b/car-broadcastradio-support/tests/Android.bp
index 2ae08c6..af0aac9 100644
--- a/car-broadcastradio-support/tests/Android.bp
+++ b/car-broadcastradio-support/tests/Android.bp
@@ -26,10 +26,16 @@ android_test {
"car-broadcastradio-support",
"androidx.test.rules",
"truth",
+ "mockito-target-extended",
],
libs: ["android.test.base"],
test_suites: [
"general-tests",
"automotive-general-tests",
],
+ // mockito-target-inline dependency
+ jni_libs: [
+ "libdexmakerjvmtiagent",
+ "libstaticjvmtiagent",
+ ],
}