From 9788c86218207c2f1779bbc3a65b11733e7748b7 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Thu, 9 Mar 2017 17:20:06 +0800 Subject: [PATCH] vndk-def: Remove stale debug assertion. Test: ./tests/run.py Change-Id: I62bf6bb2b20be155901c088fbca18d35a9cdd6ad --- vndk/tools/definition-tool/vndk_definition_tool.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vndk/tools/definition-tool/vndk_definition_tool.py b/vndk/tools/definition-tool/vndk_definition_tool.py index 8b2b153e8..4e3b813ec 100755 --- a/vndk/tools/definition-tool/vndk_definition_tool.py +++ b/vndk/tools/definition-tool/vndk_definition_tool.py @@ -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