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:
Treehugger Robot 2022-05-25 17:01:15 +00:00 committed by Automerger Merge Worker
commit 4ca266f966

View file

@ -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.