android13/packages/apps/Car/Cluster/DirectRenderingCluster/tests/robotests/Android.bp

24 lines
494 B
Plaintext

//############################################
// Messenger Robolectric test target. #
//############################################
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_robolectric_test {
name: "DirectRenderingClusterTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
// Include the testing libraries
libs: [
"android.car",
],
instrumentation_for: "DirectRenderingCluster",
upstream: true,
}