commit | 12211d163e93c655f56ce8023f9ef05597d777d2 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Jul 24 15:21:20 2018 -0700 |
committer | David Anderson <dvander@google.com> | Thu Aug 09 09:58:37 2018 -0700 |
tree | d76e1abfcd8e613a4f12b634fcc6fdb68407f5de | |
parent | 075c351af2b17030cbe064455f31765254e4bc6e [diff] [blame] |
fastbootd: Enable erase and flash commands for physical partitions. Bug: 78793464 Test: adb reboot fastboot && fastboot flashall Change-Id: Ibe802c36f6efe20111a2315616ef34d3a027950f
diff --git a/fastboot/Android.bp b/fastboot/Android.bp index e9bb1d7..19f6390 100644 --- a/fastboot/Android.bp +++ b/fastboot/Android.bp
@@ -94,6 +94,7 @@ srcs: [ "device/commands.cpp", "device/fastboot_device.cpp", + "device/flashing.cpp", "device/main.cpp", "device/usb_client.cpp", "device/utility.cpp",