Merge "sdkLibraryProperties: fix typo" am: bf04adae7c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2106444 Change-Id: I4df365e81acc2c66bb252b13d44d945c55047671 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4ca266f966
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ type sdkLibraryProperties struct {
|
|||
// Determines whether a runtime implementation library is built; defaults to false.
|
||||
//
|
||||
// If true then it also prevents the module from being used as a shared module, i.e.
|
||||
// it is as is shared_library: false, was set.
|
||||
// it is as if shared_library: false, was set.
|
||||
Api_only *bool
|
||||
|
||||
// local files that are used within user customized droiddoc options.
|
||||
|
|
Loading…
Reference in a new issue