blob: 1184214c1fb9fcf07829e0ddd0209a8e78b51f39 [file] [log] [blame]
package {
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "LegacyCameraTests",
libs: [
"android.test.runner",
"android.test.base",
],
static_libs: ["junit"],
srcs: ["src/**/*.java"],
platform_apis: true,
instrumentation_for: "LegacyCamera",
}