summaryrefslogtreecommitdiff
path: root/apexd/sysprop/Android.bp
blob: 7fd557f86f25ee99f74630b961bf42307b6dde8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Since sysprop_library has an implicit dependency on the framework, create a
// filegroup rule to be used when including the sysprop within the framework
// itself.
filegroup {
  name: "apex-properties",
  srcs: ["ApexProperties.sysprop"],
}

sysprop_library {
  name: "com.android.sysprop.apex",
  srcs: ["ApexProperties.sysprop"],
  property_owner: "Platform",
  api_packages: ["android.sysprop"],
  recovery_available: true,
}

prebuilt_apis {
  name: "com.android.sysprop.apex.apis",
  api_dirs: ["1"],
}