Add checkvintf to dist for inter branch build targets

checkvintf is used to check the compatibility between system and
vendor for mixed build targets such as P GSI + O-MR1 vendor.

These inter branch build targets will be built from a new manifest
branch, as mandated by the guideline in go/build_chaining. Adding
checkvintf to dist allows us to get this tool from the parent
target instead of having to build in the lightweight manifest
branch.

Bug: 74214049
Test: lunch aosp_arm64_ab-userdebug; make -j dist; confirm that
checkvintf is outputed under DIST_DIR

Change-Id: I2b2a72225772b40096363e70374e441f7f9e756d
Merged-In: I2b2a72225772b40096363e70374e441f7f9e756d
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..91c7e0d
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,15 @@
+# Copyright (C) 2018 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+$(call dist-for-goals,dist_files,$(HOST_OUT_EXECUTABLES)/checkvintf)