Dario Freni | 10f8054 | 2019-04-29 17:28:31 +0100 | [diff] [blame] | 1 | // 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. |
| 4 | filegroup { |
| 5 | name: "apex-properties", |
| 6 | srcs: ["ApexProperties.sysprop"], |
| 7 | } |
| 8 | |
Jiyong Park | b52b734 | 2019-02-25 22:17:29 +0900 | [diff] [blame] | 9 | sysprop_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 | |
| 17 | prebuilt_apis { |
| 18 | name: "com.android.sysprop.apex.apis", |
| 19 | api_dirs: ["1"], |
| 20 | } |