diff options
author | Elliott Hughes <enh@google.com> | 2017-08-25 08:42:48 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-08-25 08:42:48 -0700 |
commit | 44d8f7be1f82ef8db5d2cae9c820b532467466d5 (patch) | |
tree | 3f4b7d6786325a77267ee35d8813039c54fef345 /linker/linker_libcxx_support.cpp | |
parent | fa3d3291e1107aeb84c0a9ff1687b0d24fd7176a (diff) |
Fix ndk build.
The NDK gen_stub_libs.py doesn't support introduced=P yet:
Traceback (most recent call last):
File "build/soong/cc/gen_stub_libs.py", line 439, in <module>
main()
File "build/soong/cc/gen_stub_libs.py", line 429, in main
versions = SymbolFileParser(symbol_file, api_map).parse()
File "build/soong/cc/gen_stub_libs.py", line 234, in parse
versions.append(self.parse_version())
File "build/soong/cc/gen_stub_libs.py", line 269, in parse_version
symbols.append(self.parse_symbol())
File "build/soong/cc/gen_stub_libs.py", line 286, in parse_symbol
tags = decode_api_level_tags(tags, self.api_map)
File "build/soong/cc/gen_stub_libs.py", line 76, in decode_api_level_tags
raise ParseError('Unknown version name in tag: {}'.format(tag))
__main__.ParseError: Unknown version name in tag: introduced=P
Bug: N/A
Test: builds
Change-Id: Ifd91e525b30f3aa9ad8c889c9564cd769a3a603a
Diffstat (limited to 'linker/linker_libcxx_support.cpp')
0 files changed, 0 insertions, 0 deletions