-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugins: fastboot: add commands for interacting with logical partitions #2748
plugins: fastboot: add commands for interacting with logical partitions #2748
Conversation
This implements the following new action: - actions: - fastboot:create_logical_partition: partition: "partition_name" size: 3221225472 - fastboot:delete_logical_partition: partition: "partition_name" - fastboot:resize_logical_partition: partition: "partition_name" size: 3221225472 These actions are required for certain devices with dynamic partitions, like the Fairphone 4. Change-Id: I02e0dc1dcfa3674bbdb2525e4abdff7dfbe868b4 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
This is required for the Fairphone 4 installer bringup. |
@amartinz is this failing in CI on purpose? |
Yes, see |
@NeoTheThird Any chance you can review this some time soon? We need this change to get into the installer for deploying Ubuntu Touch on e.g. Fairphone 4. Thanks. |
Codecov Report
@@ Coverage Diff @@
## master #2748 +/- ##
==========================================
+ Coverage 77.24% 77.59% +0.34%
==========================================
Files 29 29
Lines 967 982 +15
==========================================
+ Hits 747 762 +15
Misses 220 220
Continue to review full report at Codecov.
|
This implements the following new action:
These actions are required for certain devices with
dynamic partitions, like the Fairphone 4.
Requirements
promise-android-tools
needs support for these actions:Then we need a new release of it and dependencies need to be updated.