Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f63c2fb8 authored by Inseob Kim's avatar Inseob Kim
Browse files

Add comment to api_packages property

Bug: N/A
Test: N/A
Change-Id: I38791170993484cdae26edee9595a74802853176
parent 76228672
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
}