Merge changes I906e229c,Ib49ac455
am: 75352b61c5
Change-Id: I2861e7eff61d71b868718102dbe4adfff16e9fb4
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
Checks for ABI Compliance between two libraries.
|
||||
|
||||
[go/android-lego-kernel-vndk-abi](http://go/android-lego-kernel-vndk-abi)
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('old', help='Location of compiled stable abi reference.')
|
||||
parser.add_argument('old_headers', help='Headers for old.')
|
||||
parser.add_argument('new', help='Location of compiled stable abi successor.')
|
||||
parser.add_argument('new_headers', help='Headers for new.')
|
||||
|
||||
return parser.parse_args()
|
||||
|
||||
def main():
|
||||
args = parse_args()
|
||||
print(args.old, args.old_headers)
|
||||
print(args.new, args.new_headers)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -1 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
0
vndk/tools/source-deps-reviewer/sourcedr/__init__.py → vndk/tools/sourcedr/sourcedr/blueprint/tests/__init__.py
Normal file → Executable file
0
vndk/tools/source-deps-reviewer/sourcedr/__init__.py → vndk/tools/sourcedr/sourcedr/blueprint/tests/__init__.py
Normal file → Executable file
Reference in New Issue
Block a user