blob: 473cb426cf9bc1ab55cb8c6c12eb6bc289d39259 [file] [log] [blame]
Sasha Smundak6a6bdad2019-01-24 23:20:47 -08001//########################################################################
2// Test end-to-end latency.
3//########################################################################
Bob Badour3306e492021-02-25 15:35:37 -08004package {
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
Sasha Smundak6a6bdad2019-01-24 23:20:47 -080013android_app {
14 name: "TestLatency",
15 sdk_version: "8",
16 srcs: ["**/*.java"],
17}