Merge "Use absolute paths in classpaths.proto." am: c798d27e2c
am: acc6169665
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1711290 Change-Id: I61fe2af32b02b05d6138969ec88af0ea03b26a6a
This commit is contained in:
@@ -136,7 +136,7 @@ func writeClasspathsJson(ctx android.ModuleContext, output android.WritablePath,
|
||||
for idx, jar := range jars {
|
||||
fmt.Fprintf(&content, "{\n")
|
||||
|
||||
fmt.Fprintf(&content, "\"relativePath\": \"%s\",\n", jar.path)
|
||||
fmt.Fprintf(&content, "\"path\": \"%s\",\n", jar.path)
|
||||
fmt.Fprintf(&content, "\"classpath\": \"%s\"\n", jar.classpath)
|
||||
|
||||
if idx < len(jars)-1 {
|
||||
|
Reference in New Issue
Block a user