blob: 53bde64afc2a4c9eaa23ccbf31777e31be793ba0 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_apps_Gallery_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_apps_Gallery_license"],
}
android_test {
name: "GalleryTests",
certificate: "media",
libs: [
"android.test.runner",
"android.test.base",
],
static_libs: ["junit"],
// Include all test java files.
srcs: ["src/**/*.java"],
platform_apis: true,
instrumentation_for: "Gallery",
}