Skip to content

Commit

Permalink
Merge "Fix copy/paste error in path check."
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Sep 14, 2016
2 parents 63cb779 + 88b0014 commit cc3a31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk/build_symbol_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def build_symbol_db(lib_name):

vars_file_name = lib_name + '.so.variables.txt'
vars_file = os.path.join(symbols_dir, vars_file_name)
if os.path.exists(funcs_file):
if os.path.exists(vars_file):
add_symbols(symbols, vars_file, version, arch, is_var='true')
return symbols

Expand Down

0 comments on commit cc3a31f

Please sign in to comment.