vndk-def: Remove stale debug assertion.

Test: ./tests/run.py
Change-Id: I62bf6bb2b20be155901c088fbca18d35a9cdd6ad
This commit is contained in:
Logan Chien
2017-03-09 17:20:06 +08:00
parent 68b3022d17
commit 9788c86218

View File

@@ -1043,8 +1043,6 @@ class ELFLinker(object):
# Collect existing VNDK libraries.
vndk_core, vndk_fwk_ext, vndk_vnd_ext = self.find_existing_vndk()
assert not vndk_core, "debug: no existing vndk core"
# Collect VNDK candidates.
def is_not_vndk(lib):
return (lib.is_ndk or banned_libs.is_banned(lib.path) or