summaryrefslogtreecommitdiff
path: root/libc/tools/genversion-scripts.py
AgeCommit message (Collapse)Author
2018-12-17Generate the per-arch .map files at build time.Elliott Hughes
We shouldn't be checking in these generated files... Bug: N/A Test: ran tests Change-Id: Ib67c1ba839eacd7acebd713e1dcd4dd2c25d67f0
2017-08-31Use env to invoke pythonStephen Crane
/usr/bin/python may be python3. We should respect PATH to find the python executable so it can be locally overridden to be python2. Test: Build libc, repo upload Change-Id: Iaddd7cd4a1c2177c32786e4fa0fc664ab0ad36de
2016-08-10Move brillo closer to Android.Elliott Hughes
Hiding our legacy cruft seemed like a good idea, but in practice it will only mean worse interoperability. Plus we got it wrong, as the recent `putw` example showed. Change-Id: I167c7168eff133889028089c22a7a0dfb8d6d0cf
2016-08-02Only check arch tag if we have *any* arch tags.Dan Albert
With the introduction of new tags for ndk_library, we'll have a lot of tags that aren't architecture tags. If we have something tagged `introduced=21`, it should be in all architectures. Change-Id: Ib67f07db14625f6903919c181050316eb183bed5
2016-07-28Add symbol versions to libstdc++.soDimitry Ivanov
Bug: http://b/28987948 Change-Id: I3853528bd432ceab37e4867f2c4112d9ee0b40dc
2016-03-23genversion-scripts: fix script name in autogenerated commentGreg Hackmann
Change-Id: I2a304818cfc54d08a08d2e621e4cf74e7ce465dd Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-12-14Generate libc version-script for brilloDimitry Ivanov
Brillo doesn't use the ndk cruft, so we need separate set of version scripts. Added new "nobrillo" tag to mark such symbols in *.map.txt files. Bug: http://b/26164862 Change-Id: Iaee1b7119f75b68c2971679fc32817e6df29fd94
2015-10-30Generate libdl.so per-architecture version scriptDmitriy Ivanov
Bug: http://b/24767418 Change-Id: I3d5775ba44d4c8e7fc5f2fbebae10e022100f1e2
2015-10-28Generate per-architecture version scripts.Dmitriy Ivanov
Bug: http://b/24767418 Change-Id: I23e49d8d30c0def3215ffbd99d09f207d9483624