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

Commit 02a6e759 authored by Joe Onorato's avatar Joe Onorato
Browse files

turn off log spew

Test: treehugger
Change-Id: I5d053fb0e967ff08588fc17df3434e0660c88187
parent 86c7300b
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -1090,9 +1090,6 @@ func (j *Module) compile(ctx android.ModuleContext, aaptSrcJar android.Path) {
		srcJars = append(srcJars, aaptSrcJar)
		srcJars = append(srcJars, aaptSrcJar)
	}
	}
	srcJars = append(srcJars, j.properties.Generated_srcjars...)
	srcJars = append(srcJars, j.properties.Generated_srcjars...)
	if len(j.properties.Generated_srcjars) > 0 {
		fmt.Printf("Java module %s Generated_srcjars: %v\n", ctx.ModuleName(), j.properties.Generated_srcjars)
	}
	srcFiles = srcFiles.FilterOutByExt(".srcjar")
	srcFiles = srcFiles.FilterOutByExt(".srcjar")


	if j.properties.Jarjar_rules != nil {
	if j.properties.Jarjar_rules != nil {