Merge "Don't write bogus built targets."
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
package android
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
@@ -144,8 +143,6 @@ func buildLicenseMetadata(ctx ModuleContext, licenseMetadataFile WritablePath) {
|
||||
if len(outputFiles) > 0 {
|
||||
args = append(args,
|
||||
JoinWithPrefix(proptools.NinjaAndShellEscapeListIncludingSpaces(outputFiles.Strings()), "-t "))
|
||||
} else {
|
||||
args = append(args, fmt.Sprintf("-t //%s:%s", ctx.ModuleDir(), ctx.ModuleName()))
|
||||
}
|
||||
|
||||
// Installed files
|
||||
|
Reference in New Issue
Block a user