blob: bddb0ac5eeda6f6246423099f2ab76a077e1bcae [file] [log] [blame]
Bob Badour3306e492021-02-25 15:35:37 -08001package {
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
David Stevens7347f0b2020-01-15 20:19:22 +090010sysprop_library {
11 name: "LibGuiProperties",
David Stevens7347f0b2020-01-15 20:19:22 +090012 srcs: ["*.sysprop"],
13 api_packages: ["android.sysprop"],
14 property_owner: "Platform",
15 vendor_available: true,
Jooyung Hana395c8d2020-04-16 18:48:32 +090016 cpp: {
17 min_sdk_version: "29",
18 },
David Stevens7347f0b2020-01-15 20:19:22 +090019}