[build][platform libs] order build of libraries in topological order

This commit is contained in:
Vasily Levchenko
2017-09-26 14:12:33 +03:00
committed by Vasily Levchenko
parent f6c040ea3d
commit 910e79a482
4 changed files with 46 additions and 54 deletions
@@ -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()