vendor: aosp: Build UPDATE-SuperSU as a selected prebuilt#16
Open
AdrianDC wants to merge 1 commit intoAOSP-RRO:marshmallowfrom
AdrianDC:marshmallow
Open
vendor: aosp: Build UPDATE-SuperSU as a selected prebuilt#16AdrianDC wants to merge 1 commit intoAOSP-RRO:marshmallowfrom AdrianDC:marshmallow
AdrianDC wants to merge 1 commit intoAOSP-RRO:marshmallowfrom
AdrianDC:marshmallow
Conversation
* The board variables are not set upon common.mk call,
hence the board configuration value is not set yet
* Declare a new 'UPDATE-SuperSU' prebuilt package,
and select it with 'BOARD_VENDOR_PLATFORM' upon build,
only for the Sony Viskan and Blue boards
* UPDATE-SuperSU-systemmode.zip is a modified version
of SR1-SuperSU-v2.78-SR1-20160915123031.zip,
with the following detect_systemless_required fix
| CONTINUE=true
| if [ -z "$BOOTIMAGE" ]; then
| # no boot image partition detected, abort
+ SYSTEMLESS=false
| return
| fi
Change-Id: I5e49ef17ad5ad0ab207a25e8f9265dbd6fa07559
Signed-off-by: Adrian DC <radian.dc@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hence the BOARD_VENDOR value is not available yet
and select it with 'BOARD_VENDOR' upon build
Change-Id: I5e49ef17ad5ad0ab207a25e8f9265dbd6fa07559