commit | b299cb7217e7f63d9128a0e595bcc21ab645f41f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Feb 17 13:44:49 2021 -0800 |
committer | Yifan Hong <elsk@google.com> | Wed Mar 17 15:38:06 2021 -0700 |
tree | 83ba5f6227255c88cad63d8ceee4c110069760a8 | |
parent | c90fce43876d96e85e9698bec16e3565a07da13d [diff] [blame] |
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",