aboutsummaryrefslogtreecommitdiffstats
path: root/sysprop
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2019-03-05 14:22:30 +0900
committerInseob Kim <inseob@google.com>2019-03-05 05:23:45 +0000
commitf63c2fb8977152ce472f697070105a4326ffb3c7 (patch)
tree5b447ebf662eb7eea9648b08007fb850b28edf07 /sysprop
parent762286723a2b14e382e24cd1076a80721e4cb605 (diff)
downloadbuild_soong-f63c2fb8977152ce472f697070105a4326ffb3c7.tar.gz
build_soong-f63c2fb8977152ce472f697070105a4326ffb3c7.tar.bz2
build_soong-f63c2fb8977152ce472f697070105a4326ffb3c7.zip
Add comment to api_packages property
Bug: N/A Test: N/A Change-Id: I38791170993484cdae26edee9595a74802853176
Diffstat (limited to 'sysprop')
-rw-r--r--sysprop/sysprop_library.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysprop/sysprop_library.go b/sysprop/sysprop_library.go
index 643fe8e9..6e8e306b 100644
--- a/sysprop/sysprop_library.go
+++ b/sysprop/sysprop_library.go
@@ -38,7 +38,9 @@ type syspropLibraryProperties struct {
// Determine who owns this sysprop library. Possible values are
// "Platform", "Vendor", or "Odm"
Property_owner string
- Api_packages []string
+
+ // list of package names that will be documented and publicized as API
+ Api_packages []string
}
type commonProperties struct {