[build][platform libs] order build of libraries in topological order
This commit is contained in:
committed by
Vasily Levchenko
parent
f6c040ea3d
commit
910e79a482
+1
-1
@@ -63,7 +63,7 @@ class LibraryReaderImpl(var libraryFile: File, val currentAbiVersion: Int,
|
||||
get() = (realFiles.includedDir.listFiles).map{it.absolutePath}
|
||||
|
||||
override val linkerOpts: List<String>
|
||||
get() = manifestProperties.propertyList("linkerOpts", target!!.targetSuffix)
|
||||
get() = manifestProperties.propertyList("linkerOpts", target!!.detailedName)
|
||||
|
||||
val moduleHeaderData: ByteArray by lazy {
|
||||
reader.loadSerializedModule()
|
||||
|
||||
Reference in New Issue
Block a user