Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "vndk-def: Remove debug code."
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Apr 14, 2017
2 parents 2802d06 + dc96234 commit 9041b78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vndk/tools/definition-tool/vndk_definition_tool.py
Expand Up @@ -2267,16 +2267,11 @@ def _check_vendor_dep(self, graph, tagged_libs):
num_errors = 0

vendor_libs = graph.lib_pt[PT_VENDOR].values()
for lib in vendor_libs:
print('debug1:', lib.path)

eligible_libs = (tagged_libs.ll_ndk | tagged_libs.sp_ndk | \
tagged_libs.vndk_sp | \
tagged_libs.vndk | tagged_libs.vndk_indirect)

for lib in eligible_libs:
print('debug:', lib.path)

for lib in vendor_libs:
for dep in lib.deps:
if dep not in vendor_libs and dep not in eligible_libs:
Expand Down

0 comments on commit 9041b78

Please sign in to comment.