OSDN Git Service

apilint: Fix API lint issues
authorAdrian Roos <roosa@google.com>
Wed, 19 Dec 2018 16:10:22 +0000 (17:10 +0100)
committerAdrian Roos <roosa@google.com>
Wed, 19 Dec 2018 16:27:12 +0000 (17:27 +0100)
commit2c5cacfd36128f43f5fab4f0665acf69ac049a44
treec3117af188895220c1df9ee5ac5b5178d320c6ae
parentbb28a036c3cd0ef6433efb16ed99ae703bcfe4a7
apilint: Fix API lint issues

Fixes a bug where only the name instead of the fully qualified name was
considered when looking for a class, which lead to faulty results for inner
classes.

Test: python tools/apilint/apilint_test.py
Change-Id: Ib015669ed3faef21d2bdd16f1e27bc55c8669d70
tools/apilint/apilint.py
tools/apilint/apilint_sha_system.sh [new file with mode: 0755]
tools/apilint/apilint_test.py [new file with mode: 0644]