| Sasha Smundak | 6a6bdad | 2019-01-24 23:20:47 -0800 | [diff] [blame] | 1 | //######################################################################## | 
|  | 2 | // Test end-to-end latency. | 
|  | 3 | //######################################################################## | 
| Bob Badour | 3306e49 | 2021-02-25 15:35:37 -0800 | [diff] [blame] | 4 | package { | 
|  | 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 Smundak | 6a6bdad | 2019-01-24 23:20:47 -0800 | [diff] [blame] | 13 | android_app { | 
|  | 14 | name: "TestLatency", | 
|  | 15 | sdk_version: "8", | 
|  | 16 | srcs: ["**/*.java"], | 
|  | 17 | } |