Commit Graph

2 Commits

Author SHA1 Message Date
Dan Albert
4b78efde2d Sort symbol names when creating a new script.
Test: ./annotate_version_script.py --create libz.so.json \
          ../../external/zlib/libz.map.txt
Bug: None
Change-Id: I486abef8033eef180ac8cab7dd68aac3f52b5504
2016-09-15 16:42:32 -07:00
Dan Albert
345b976e12 Add a --create mode to fixup_version_script.py.
Most NDK libraries don't have version scripts yet, so add a --create
mode that will generate one based on what we know.

Also rename the script to annotate_version_script.py since that's
more accurate.

Test: ./annotate_version_script.py --create libcamera2ndk.so.json \
          ../../frameworks/av/camera/ndk/libcamera2ndk.map.txt
Bug: None

Change-Id: I62040612118ffb65fabb93157faed79b135f3230
2016-09-15 11:12:37 -07:00