Merge "Update language to comply with Android's inclusive language guidance" am: c92a48ffa7
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1373518 Change-Id: Ie9f104fc49d9a787a4e9f1034f68cf6f53bc95de
This commit is contained in:
commit
8c785bcb64
1 changed files with 2 additions and 2 deletions
|
@ -396,8 +396,8 @@ func newStubLibrary() *Module {
|
|||
return module
|
||||
}
|
||||
|
||||
// ndk_library creates a stub library that exposes dummy implementation
|
||||
// of functions and variables for use at build time only.
|
||||
// ndk_library creates a library that exposes a stub implementation of functions
|
||||
// and variables for use at build time only.
|
||||
func NdkLibraryFactory() android.Module {
|
||||
module := newStubLibrary()
|
||||
android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibBoth)
|
||||
|
|
Loading…
Reference in a new issue