Vishnu Nair | b2f2cf2 | 2024-07-16 18:34:24 +0000 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "frameworks_native_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["frameworks_native_license"], |
| 8 | } |
| 9 | |
| 10 | cc_benchmark { |
| 11 | name: "surfaceflinger_microbenchmarks", |
| 12 | srcs: [ |
| 13 | ":libsurfaceflinger_mock_sources", |
| 14 | ":libsurfaceflinger_sources", |
| 15 | "*.cpp", |
| 16 | ], |
| 17 | defaults: [ |
| 18 | "libsurfaceflinger_mocks_defaults", |
| 19 | "skia_renderengine_deps", |
| 20 | "surfaceflinger_defaults", |
| 21 | ], |
| 22 | static_libs: [ |
| 23 | "libgmock", |
| 24 | "libgtest", |
| 25 | "libc++fs", |
| 26 | ], |
| 27 | header_libs: [ |
| 28 | "libsurfaceflinger_mocks_headers", |
| 29 | "surfaceflinger_tests_common_headers", |
| 30 | ], |
| 31 | } |