Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f740ed01 authored by Dan Albert's avatar Dan Albert
Browse files

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
parent 21143a60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)