-
Notifications
You must be signed in to change notification settings - Fork 10
Px 0.2 #11
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
Open
seavnc
wants to merge
10,000
commits into
px-0.1
Choose a base branch
from
px-0.2
base: px-0.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Change-Id: I9cbeb6edea79a7e9bb0fc692e53497b54058d67f (cherry picked from commit 040a8b007974c6cb56d361d6db8ba96f9b63da10)
key passphrases may live in some sort of secure storage, support running an arbitrary command to retrieve them. Change-Id: I49862cf60f1b73a2356e0c492e1038beef28a95f (cherry picked from commit 9caf8603575aecf51761feaeac6db619be76cfd3)
These device-specific arguments are defined at build time and are necessary to generate the zip correctly. Don't use command line arguments to specify them, but write all the needed information in misc_info.txt when the target-files zip is generated. ota_from_target_files will then read misc_info.txt and set everything automatically. Change-Id: Ibdbca575b76eb07b53fccfcea52a351c7e333f91
If TARGET_OTA_ASSERT_DEVICE is not set, TARGET_DEVICE should be used for OTA_SCRIPT_OVERRIDE_DEVICE. Change-Id: If382dfa29dddb39498dec5f5eadc9895b7c47d88 (cherry picked from commit 0804c58564774e3dde3cd2d58114a0fdb9400c5e)
Change-Id: I4f31352139b2f38570f0370afff3901999082e48 (cherry picked from commit bdcd34e2f6031290e8edb711ab3406b201fec68f)
Android 7.1.2 release 8 # gpg: Signature made Mon 01 May 2017 10:38:02 AM CDT # gpg: using DSA key E8AD3F819AB10E78 # gpg: Can't check signature: No public key
…pixel-monthly-release-3934930 snap-temp-L20000000060688928 (snap-temp-branch) Change-Id: I864aad29f06ed1a4a044980bff729d0099537cf1
Change-Id: If3756886a04faef5fc92c52e30829ccb3be29686
Change-Id: I9396d94f6fd37ce082b75259b5bf8a78b3591350
Should prevent users from "downgrading" builds, but instead of checking the build date of the ROM, updater-script checks the build date of the recovery. As a result, "downgrading" is still possible, and installation of the ROM, if the recovery is newer than it, is impossible. This reverts commit 28032f6. Change-Id: I71ce8eb16074079f01dfabcb19ed30e3586c59ac
Change-Id: I465448ca73efddaca59ff12ad9fff98c3b8b6455
Change-Id: I04b0907a56d5db287bf0426c67bebdcac2680bd4
bug:38342695 (cherry picked from commit 77dad3dfcd677136f6657e1b95dd84ed1be1d728) Change-Id: Ia2ca8f85c617295dd692a331a5cb7bab8b2fd849
bug:38342695 (cherry picked from commit 96d958c34509a65e5f7787945f9923fb44c42f05) Change-Id: Ie20c99d94c41fb21ddfef76f5d56d815e7f5b5c4
Change-Id: I3dd1395b05f02af755e105054d088a20a3895868
Android 7.1.2 Release 17 (NJH47B) # gpg: Signature made Fri 02 Jun 2017 05:08:59 PM CDT # gpg: using DSA key E8AD3F819AB10E78 # gpg: Can't check signature: No public key
Also pack the tool, vboot_signer.sh script and the test keys into otatools.zip. This allows signing ryu target without a source repo. Bug: 35467608 Test: m otatools-package and check the newly included files. Test: Use otatools.zip to sign a ryu target. Change-Id: I70f7b359f21a579463d5c7251daac81a97e338cc
Bug: 35467608 Test: lunch aosp_dragon-userdebug; m dist Change-Id: If3824ac22926f3c3cc09d5b82cb0f6da4132f937
bug:62388772 (cherry picked from commit a847c0b23ce761b09148f4f8fd6c9b473a46f531) Change-Id: I6839865d7a9f1a455011cf701d4e8297f668fdca
bug:62388772 (cherry picked from commit 2b93753bc4025e92e6b6c8ed510bc9b3f8faff4d) Change-Id: I49ea676b60b1137f33f6d12b35dd4169bea5479f
Change-Id: Icfbd115a0074cc50b8d491e54837d5ef666e4e57
…PRODUCT_DEVICE"" * Not used by any device, can be implemented using PRODUCT_SYSTEM_PROPERTY_BLACKLIST instead This reverts commit 3d918b4. Change-Id: I1b48231d0a269d8a7fe08945ffebf55253ddf18f
…ildinfo.sh" * Not used by any device This reverts commit 7ff326d. Change-Id: Id5ee46c189bc2271007215e2981c646a6b9982be
Change-Id: I773a092f44823b095cb4176a8647acef9519b870
Change-Id: I5e1344e333421f85364602fe3ba44879d00bfd73
Android 7.1.2 release 24 # gpg: Signature made Fri 30 Jun 2017 01:19:21 PM CDT # gpg: using DSA key E8AD3F819AB10E78 # gpg: Can't check signature: No public key
* vendor init can be used to achieve everything done here Revert "core: Fix unified trees with no TARGET_OTA_ASSERT_DEVICE" This reverts commit e44fa49. Revert "releasetools: don't attempt to read fingerprint on unified devices" This reverts commit 787a0aa. Revert "buildinfo: only set ro.build.product on non-unified devices" This reverts commit 22c034b. Revert "ota_from_target_files: Remove device dependent arguments" This reverts commit 7c93b44. Revert "Fix ro.build.product not found by ota_from_target_files in some cases" This reverts commit 0ca5495. Revert "Allow devices to specify certain ro. props via TARGET_UNIFIED_DEVICE" This reverts commit 8182bc2. ota_from_target_files: Remove device dependent arguments These device-specific arguments are defined at build time and are necessary to generate the zip correctly. Don't use command line arguments to specify them, but write all the needed information in misc_info.txt when the target-files zip is generated. ota_from_target_files will then read misc_info.txt and set everything automatically. Original Change-Id: Ibdbca575b76eb07b53fccfcea52a351c7e333f91 [mikeioannina]: Reapply after TARGET_UNIFIED_DEVICE removal Change-Id: I5cb8f074c893c0e46edf507f6256cd747239d07f
Android 7.1.2 Release 29 (NJH47F) # gpg: Signature made Fri 28 Jul 2017 01:55:54 PM CDT # gpg: using DSA key E8AD3F819AB10E78 # gpg: Can't check signature: No public key
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.
No description provided.