mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-14 23:38:35 +00:00
- make Christian happy
This commit is contained in:
parent
49bdf28c32
commit
7bd8d8fd26
@ -21,9 +21,8 @@ for f in sys.argv[1], sys.argv[2]:
|
||||
def getsizes(file):
|
||||
sym = {}
|
||||
for l in os.popen("nm --size-sort " + file).readlines():
|
||||
l = l.strip()
|
||||
# Skip empty lines
|
||||
if not len(l): continue
|
||||
if not len(l.strip()): continue
|
||||
# Skip archive members
|
||||
if len(l.split()) == 1 and l.endswith(':'):
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user