diff options
| author | 2020-07-24 14:19:06 -0700 | |
|---|---|---|
| committer | 2020-07-27 13:21:10 -0700 | |
| commit | f740ed01ff16bc7059d6ea6bec4ba8d90cee8e93 (patch) | |
| tree | cec0ca8ac924259f384572147dd5a57f3621eba3 | |
| parent | 21143a601c47ef30106aad75c8089cb5cf0acc05 (diff) | |
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Test: None
Change-Id: I05f296357c7993088190ef45e49fb8e3a02559d6
| -rw-r--r-- | cc/ndk_library.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/ndk_library.go b/cc/ndk_library.go index 6299b009e..1e7f2e534 100644 --- a/cc/ndk_library.go +++ b/cc/ndk_library.go @@ -397,8 +397,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) |