Skip to content
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

vendor: aosp: Build UPDATE-SuperSU as a selected prebuilt #16

Open
wants to merge 1 commit into
base: marshmallow
Choose a base branch
from
Open

vendor: aosp: Build UPDATE-SuperSU as a selected prebuilt #16

wants to merge 1 commit into from

Conversation

AdrianDC
Copy link
Contributor

  • The board variables are not set upon common.mk call,
    hence the BOARD_VENDOR value is not available yet
  • Declare a new 'UPDATE-SuperSU' prebuilt package,
    and select it with 'BOARD_VENDOR' upon build

Change-Id: I5e49ef17ad5ad0ab207a25e8f9265dbd6fa07559

 * 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant