summaryrefslogtreecommitdiff
path: root/libs/gui/sysprop/Android.bp
blob: 64b1eacaa25d1af8dc13ed5549f02bfd9bbc6a42 (plain)
1
2
3
4
5
6
7
8
9
10
sysprop_library {
    name: "LibGuiProperties",
    srcs: ["*.sysprop"],
    api_packages: ["android.sysprop"],
    property_owner: "Platform",
    vendor_available: true,
    cpp: {
        min_sdk_version: "29",
    },
}