Files
2023-10-13 14:01:41 +00:00

17 lines
255 B
Plaintext

android_test {
name: "LegacyCameraTests",
libs: [
"android.test.runner",
"android.test.base",
],
static_libs: ["junit"],
srcs: ["src/**/*.java"],
platform_apis: true,
instrumentation_for: "LegacyCamera",
}