Reduce OTA tools's dependency on brillo_update_payload
brillo_update_payload is thin bash wrapper for delta_generator, and OTA tools are wrappers around brillo_update_payload. This is inconveinent, as adding a new flag requires changing 3 places. Since brillo_update_payload is really thin, skip it and invoke delta_generator directly. Test: th Bug: 293313353 Change-Id: I2fd5af95c571ea45aea62f9eec475f0f4e864953
Loading
Please register or sign in to comment