[LSC] Add LOCAL_LICENSE_KINDS to tools/apifinder am: 161d90c5ed

Original change: https://android-review.googlesource.com/c/platform/tools/apifinder/+/1576252

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ida43f3714fe46593f6aa186157e8986a6c8acc03
diff --git a/Android.bp b/Android.bp
index 4db5e7f..fc8680d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 java_plugin {
     name: "java_api_finder",