xref: /aosp_15_r20/frameworks/native/services/surfaceflinger/sysprop/Android.bp (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
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 Workersysprop_library {
12*38e8c45fSAndroid Build Coastguard Worker    name: "SurfaceFlingerProperties",
13*38e8c45fSAndroid Build Coastguard Worker    srcs: ["*.sysprop"],
14*38e8c45fSAndroid Build Coastguard Worker    api_packages: ["android.sysprop"],
15*38e8c45fSAndroid Build Coastguard Worker    property_owner: "Platform",
16*38e8c45fSAndroid Build Coastguard Worker}
17