diff options
Diffstat (limited to 'java/classpath_fragment.go')
-rw-r--r-- | java/classpath_fragment.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/classpath_fragment.go b/java/classpath_fragment.go index 2e0582390..7422fa2d5 100644 --- a/java/classpath_fragment.go +++ b/java/classpath_fragment.go @@ -143,6 +143,8 @@ func writeClasspathsJson(ctx android.ModuleContext, output android.WritablePath, android.WriteFileRule(ctx, output, content.String()) } +// Returns AndroidMkEntries objects to install generated classpath.proto. +// Do not use this to install into APEXes as the injection of the generated files happen separately for APEXes. func (c *ClasspathFragmentBase) androidMkEntries() []android.AndroidMkEntries { return []android.AndroidMkEntries{{ Class: "ETC", |