Skip to content

Commit

Permalink
Update NDK test runner for libc++ update.
Browse files Browse the repository at this point in the history
Test: ndk/run_tests.py
Bug: android/ndk#421
Change-Id: I0765f5dffc6622f9b06a557b5a95d4900751c693
  • Loading branch information
DanAlbert committed Jul 21, 2017
1 parent 063c355 commit 69b5972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/libcxx/ndk/test/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def __init__(self, lit_config, config):
self.build_cmds_dir = None
self.cxx_template = None
self.link_template = None
self.with_availability = False

def configure(self):
self.configure_target_info()
Expand Down

0 comments on commit 69b5972

Please sign in to comment.