Merge "Add comment to api_packages property"

This commit is contained in:
Treehugger Robot
2019-03-05 10:31:22 +00:00
committed by Gerrit Code Review

View File

@@ -38,6 +38,8 @@ type syspropLibraryProperties struct {
// Determine who owns this sysprop library. Possible values are
// "Platform", "Vendor", or "Odm"
Property_owner string
// list of package names that will be documented and publicized as API
Api_packages []string
}