xref: /aosp_15_r20/frameworks/native/opengl/tests/testLatency/Android.bp (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1*38e8c45fSAndroid Build Coastguard Worker//########################################################################
2*38e8c45fSAndroid Build Coastguard Worker// Test end-to-end latency.
3*38e8c45fSAndroid Build Coastguard Worker//########################################################################
4*38e8c45fSAndroid Build Coastguard Workerpackage {
5*38e8c45fSAndroid Build Coastguard Worker    // See: http://go/android-license-faq
6*38e8c45fSAndroid Build Coastguard Worker    // A large-scale-change added 'default_applicable_licenses' to import
7*38e8c45fSAndroid Build Coastguard Worker    // all of the 'license_kinds' from "frameworks_native_license"
8*38e8c45fSAndroid Build Coastguard Worker    // to get the below license kinds:
9*38e8c45fSAndroid Build Coastguard Worker    //   SPDX-license-identifier-Apache-2.0
10*38e8c45fSAndroid Build Coastguard Worker    default_applicable_licenses: ["frameworks_native_license"],
11*38e8c45fSAndroid Build Coastguard Worker}
12*38e8c45fSAndroid Build Coastguard Worker
13*38e8c45fSAndroid Build Coastguard Workerandroid_app {
14*38e8c45fSAndroid Build Coastguard Worker    name: "TestLatency",
15*38e8c45fSAndroid Build Coastguard Worker    sdk_version: "8",
16*38e8c45fSAndroid Build Coastguard Worker    srcs: ["**/*.java"],
17*38e8c45fSAndroid Build Coastguard Worker}
18