Merge "Really fix support for soname in apk."

am: 2f5dc0a066

Change-Id: If0e848a1c64a9561bf682aa51cd43184df8b3985
This commit is contained in:
Christopher Ferris
2019-03-15 12:59:40 -07:00
committed by android-build-merger

View File

@@ -377,7 +377,7 @@ class TraceConverter:
index = area.rfind(".apk!")
if index != -1:
apk = area[0:index + 4]
if not apk:
if apk:
lib_name, lib = self.GetLibFromApk(apk, so_offset)
if not lib:
lib = area