blob: 7fd557f86f25ee99f74630b961bf42307b6dde8f [file] [log] [blame]
Dario Freni10f80542019-04-29 17:28:31 +01001// Since sysprop_library has an implicit dependency on the framework, create a
2// filegroup rule to be used when including the sysprop within the framework
3// itself.
4filegroup {
5 name: "apex-properties",
6 srcs: ["ApexProperties.sysprop"],
7}
8
Jiyong Parkb52b7342019-02-25 22:17:29 +09009sysprop_library {
10 name: "com.android.sysprop.apex",
11 srcs: ["ApexProperties.sysprop"],
12 property_owner: "Platform",
13 api_packages: ["android.sysprop"],
14 recovery_available: true,
15}
16
17prebuilt_apis {
18 name: "com.android.sysprop.apex.apis",
19 api_dirs: ["1"],
20}