Change getTransportFromManifest to getTransport.

Test: NFC / light / audio works with and without
persistent.hal.binderization.

Bug: 34810039: VINTF: specify version in getTransport
Bug: 34772739: getTransport checks a static map for android.hidl.*
packages
Bug: 34772726: VINTF needs to be able to specify things at
interface-level granularity

Change-Id: I0c7b31f177f243c85c0c99dc46f32cbbb0586180
diff --git a/base/Android.bp b/base/Android.bp
index 2282ddf..635b098 100644
--- a/base/Android.bp
+++ b/base/Android.bp
@@ -17,6 +17,7 @@
     shared_libs: [
         "libbase",
         "libcutils",
+        "libhidl-gen-utils",
         "liblog",
         "libutils",
         "libvintf",