| Sasha Smundak | 6a6bdad | 2019-01-24 23:20:47 -0800 | [diff] [blame] | 1 | //######################################################################## | 
|  | 2 | // Test framerate and look for hiccups | 
|  | 3 | //######################################################################## | 
|  | 4 |  | 
| Bob Badour | 3306e49 | 2021-02-25 15:35:37 -0800 | [diff] [blame] | 5 | package { | 
|  | 6 | // See: http://go/android-license-faq | 
|  | 7 | // A large-scale-change added 'default_applicable_licenses' to import | 
|  | 8 | // all of the 'license_kinds' from "frameworks_native_license" | 
|  | 9 | // to get the below license kinds: | 
|  | 10 | //   SPDX-license-identifier-Apache-2.0 | 
|  | 11 | default_applicable_licenses: ["frameworks_native_license"], | 
|  | 12 | } | 
|  | 13 |  | 
| Sasha Smundak | 6a6bdad | 2019-01-24 23:20:47 -0800 | [diff] [blame] | 14 | android_app { | 
|  | 15 | name: "TestFramerate", | 
|  | 16 | srcs: ["**/*.java"], | 
|  | 17 | sdk_version: "system_current", | 
|  | 18 | } |