summaryrefslogtreecommitdiff
path: root/packages/overlays/DisplayCutoutEmulationHoleOverlay/Android.bp
blob: eae907db00ffc53136818a95fe25d01a7405ee0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_base_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_base_license"],
}

runtime_resource_overlay {
    name: "DisplayCutoutEmulationHoleOverlay",
    theme: "DisplayCutoutEmulationHole",
    product_specific: true,
}