Update documentation for genrule and sdk_library
1. Documentation for genrule and sdk_library was missing a period, which has been added now. For genrule, Before: https://android-build.googleplex.com/builds/submitted/7594870/linux/latest/view/genrule.html, After: https://x20web.corp.google.com/users/sp/spandandas/soong_docs/genrule.html 2. Documentation for genrule was missing definition of $(locations), which has been added now Bug: 194231221 Test: m soong_docs Change-Id: Ia367f13055c110d92a491a9c1b1af4113f66b296
This commit is contained in:
@@ -419,7 +419,7 @@ type sdkLibraryProperties struct {
|
||||
// local files that are used within user customized droiddoc options.
|
||||
Droiddoc_option_files []string
|
||||
|
||||
// additional droiddoc options
|
||||
// additional droiddoc options.
|
||||
// Available variables for substitution:
|
||||
//
|
||||
// $(location <label>): the path to the droiddoc_option_files with name <label>
|
||||
|
Reference in New Issue
Block a user