system/incremental_delivery/sysprop/Android.bp

12 lines
279 B
Plaintext
Raw Normal View History

2025-08-25 08:01:50 +08:00
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,
}