vndk: tools: initial boilerplate for abides.
test: boilerplate runs. Change-Id: I58ca2956e2e276f12c1c710c9b9e7fa26690c0a6
This commit is contained in:
4
vndk/tools/abides/README.md
Normal file
4
vndk/tools/abides/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Checks for ABI Compliance between two libraries.
|
||||
|
||||
[go/android-lego-kernel-vndk-abi](http://go/android-lego-kernel-vndk-abi)
|
||||
|
||||
1
vndk/tools/abides/__init__.py
Normal file
1
vndk/tools/abides/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
#!/usr/bin/env python3
|
||||
8
vndk/tools/abides/abides.py
Executable file
8
vndk/tools/abides/abides.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
def main():
|
||||
# TODO
|
||||
print("todo")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user