adb: use soong version stamping.

Bug: http://b/71719137
Test: adb version
Change-Id: Ic735814574c83a7c2b8bef213592d494f5ec3860
diff --git a/adb/Android.bp b/adb/Android.bp
index 1310b06..ef425c1 100644
--- a/adb/Android.bp
+++ b/adb/Android.bp
@@ -30,6 +30,8 @@
         "-Wthread-safety",
     ],
 
+    use_version_lib: true,
+
     compile_multilib: "first",
     product_variables: {
         debuggable: {