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. 4filegroup { 5 name: "apex-properties", 6 srcs: ["ApexProperties.sysprop"], 7} 8 9sysprop_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} 21