This repository was archived by the owner on Mar 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Conversation
This file contains 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
Merging 10.0 branch
…o included alpha client releases in hopes of getting fix for privileged extension not working
…orary workaround for #151
…ble chromium is v80, revert channel from dev back to stable
…rce.com/git-repo/+/a269b1cb9dc21dfd598bfea3766206b606ad4589. switch over to creating a local manifest rather than direct modification of manifest with awk/sed.
…laborate search for latest correct factory build id. * no longer rely on https://source.android.com/setup/start/build-numbers for finding AOSP branch. instead just look at latest tags to find the one with matching factory build number.
Currently, prebuilt kernel images are used for most devices. There was code in place for marlin to rebuild the kernel. This extends the same flow to all devices. The feature is hidden behind the ENABLE_KERNEL_BUILD flag. After sufficient testing, it can be hooked to a config option. Eventually, this would also make it easier to support kernel patches.
…ctory image This change should be fully backward compatible and will enable users to build images from the latest release branches for sailfish and marlin devices, even though there are no current factory images. The specific changes are: 1) decouple `AOSP_BUILD` from the automated vendor image search and 2) when the AOSP_BUILD and factory versions differ, write the provided AOSP_BUILD to `build_id.txt` prior to starting the AOSP build. The diff on lines 230 through 251 are largely the result of indentation.
…p latest aosp build/tag, chromium, fdroid versions. closes #153
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Updating
README.md
for new awscli output format (region is now parameter #3) and a minor bug fix incli/build.go
.