Delete remaining legacy "repack" code path (#1154)

This commit is contained in:
Daniele Debernardi 2018-01-23 22:23:33 +01:00 committed by Oliver Smith
parent e5ed3f86d0
commit 3a01537332
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ def crosscompile(args, apkbuild, arch, suffix):
"""
if not args.cross:
return None
if apkbuild["pkgname"].endswith("-repack"):
return None
if not pmb.parse.arch.cpu_emulation_required(args, arch):
return None
if suffix == "native":