12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
sysprop_library {
|
||
|
name: "com.android.sysprop.incremental",
|
||
|
srcs: ["IncrementalProperties.sysprop"],
|
||
|
property_owner: "Platform",
|
||
|
api_packages: ["android.sysprop"],
|
||
|
vendor_available: true,
|
||
|
}
|