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
This commit is contained in:
@@ -397,8 +397,8 @@ func newStubLibrary() *Module {
|
|||||||
return module
|
return module
|
||||||
}
|
}
|
||||||
|
|
||||||
// ndk_library creates a stub library that exposes dummy implementation
|
// ndk_library creates a library that exposes a stub implementation of functions
|
||||||
// of functions and variables for use at build time only.
|
// and variables for use at build time only.
|
||||||
func NdkLibraryFactory() android.Module {
|
func NdkLibraryFactory() android.Module {
|
||||||
module := newStubLibrary()
|
module := newStubLibrary()
|
||||||
android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibBoth)
|
android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibBoth)
|
||||||
|
Reference in New Issue
Block a user