summaryrefslogtreecommitdiff
path: root/sysprop/sysprop_library.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysprop/sysprop_library.go')
-rw-r--r--sysprop/sysprop_library.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysprop/sysprop_library.go b/sysprop/sysprop_library.go
index 578dc2b7f..0785f89f0 100644
--- a/sysprop/sysprop_library.go
+++ b/sysprop/sysprop_library.go
@@ -365,10 +365,7 @@ func (m *syspropLibrary) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
// sysprop_library creates schematized APIs from sysprop description files (.sysprop).
// Both Java and C++ modules can link against sysprop_library, and API stability check
// against latest APIs (see build/soong/scripts/freeze-sysprop-api-files.sh)
-// is performed. Note that the generated C++ module has its name prefixed with
-// `lib`, and it is this module that should be depended on from other C++
-// modules; i.e., if the sysprop_library module is named `foo`, C++ modules
-// should depend on `libfoo`.
+// is performed.
func syspropLibraryFactory() android.Module {
m := &syspropLibrary{}