fastbootd: Add getvar max-fetch-size.

Test: run it
Test: see follow up CL on fuzzy_fastboot

Bug: 173654501

Change-Id: I5ed110c5569d83cbe791d04b4abea3a2af2765a9
diff --git a/fastboot/Android.bp b/fastboot/Android.bp
index a1f1c17..daff496 100644
--- a/fastboot/Android.bp
+++ b/fastboot/Android.bp
@@ -138,6 +138,12 @@
 
     recovery: true,
 
+    product_variables: {
+        debuggable: {
+            cppflags: ["-DFB_ENABLE_FETCH"],
+        },
+    },
+
     srcs: [
         "device/commands.cpp",
         "device/fastboot_device.cpp",