1*38e8c45fSAndroid Build Coastguard Workerpackage { 2*38e8c45fSAndroid Build Coastguard Worker // See: http://go/android-license-faq 3*38e8c45fSAndroid Build Coastguard Worker // A large-scale-change added 'default_applicable_licenses' to import 4*38e8c45fSAndroid Build Coastguard Worker // all of the 'license_kinds' from "frameworks_native_license" 5*38e8c45fSAndroid Build Coastguard Worker // to get the below license kinds: 6*38e8c45fSAndroid Build Coastguard Worker // SPDX-license-identifier-Apache-2.0 7*38e8c45fSAndroid Build Coastguard Worker default_applicable_licenses: ["frameworks_native_license"], 8*38e8c45fSAndroid Build Coastguard Worker default_team: "trendy_team_android_core_graphics_stack", 9*38e8c45fSAndroid Build Coastguard Worker} 10*38e8c45fSAndroid Build Coastguard Worker 11*38e8c45fSAndroid Build Coastguard Workercc_library_static { 12*38e8c45fSAndroid Build Coastguard Worker name: "libframetimeline", 13*38e8c45fSAndroid Build Coastguard Worker defaults: ["surfaceflinger_defaults"], 14*38e8c45fSAndroid Build Coastguard Worker srcs: [ 15*38e8c45fSAndroid Build Coastguard Worker "FrameTimeline.cpp", 16*38e8c45fSAndroid Build Coastguard Worker ], 17*38e8c45fSAndroid Build Coastguard Worker header_libs: [ 18*38e8c45fSAndroid Build Coastguard Worker "libscheduler_headers", 19*38e8c45fSAndroid Build Coastguard Worker ], 20*38e8c45fSAndroid Build Coastguard Worker shared_libs: [ 21*38e8c45fSAndroid Build Coastguard Worker "[email protected]", 22*38e8c45fSAndroid Build Coastguard Worker "libbase", 23*38e8c45fSAndroid Build Coastguard Worker "libcutils", 24*38e8c45fSAndroid Build Coastguard Worker "liblog", 25*38e8c45fSAndroid Build Coastguard Worker "libgui", 26*38e8c45fSAndroid Build Coastguard Worker "libtimestats", 27*38e8c45fSAndroid Build Coastguard Worker "libui", 28*38e8c45fSAndroid Build Coastguard Worker "libutils", 29*38e8c45fSAndroid Build Coastguard Worker ], 30*38e8c45fSAndroid Build Coastguard Worker static_libs: [ 31*38e8c45fSAndroid Build Coastguard Worker "libperfetto_client_experimental", 32*38e8c45fSAndroid Build Coastguard Worker "libsurfaceflinger_common", 33*38e8c45fSAndroid Build Coastguard Worker ], 34*38e8c45fSAndroid Build Coastguard Worker export_include_dirs: ["."], 35*38e8c45fSAndroid Build Coastguard Worker} 36