Merge "Use absolute paths in classpaths.proto." am: c798d27e2c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1711290 Change-Id: I02d2954da489baf5bd4c48fbc00471ca6f77fb77
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