vndk-def: Remove stale debug assertion.
Test: ./tests/run.py Change-Id: I62bf6bb2b20be155901c088fbca18d35a9cdd6ad
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user