1//########################################################################
2// Test end-to-end latency.
3//########################################################################
4package {
5    // See: http://go/android-license-faq
6    // A large-scale-change added 'default_applicable_licenses' to import
7    // all of the 'license_kinds' from "frameworks_native_license"
8    // to get the below license kinds:
9    //   SPDX-license-identifier-Apache-2.0
10    default_applicable_licenses: ["frameworks_native_license"],
11}
12
13android_app {
14    name: "TestLatency",
15    sdk_version: "8",
16    srcs: ["**/*.java"],
17}
18