summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cc/ndk_library.go4
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)