1package {
2    default_team: "trendy_team_android_core_graphics_stack",
3    // See: http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // all of the 'license_kinds' from "frameworks_base_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["frameworks_base_license"],
9}
10
11android_test {
12    name: "RenderThreadTest",
13    // Only compile source java files in this apk.
14    srcs: ["src/**/*.java"],
15    platform_apis: true,
16    static_libs: ["android-common"],
17    optimize: {
18        enabled: false,
19    },
20}
21