| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
replicant-6.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change correctly handles devices with underscores in their
name even if there is a device with the same name after the last
underscore (spyder, umts_spyder) by not allowing any underscores
in the manufacturers name.
Without this change, spyder gets resolved to:
device/motorola_umts/spyder
device/motorola/spyder
Only the last one is valid.
With this change, both spyder and umts_spyder get resolved correctly.
Change-Id: I0c95ff126d827a2d6b58875dfcb9327e999f4913
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Generate zips that include the su binary out of the system image
when WITH_SU is not true. This allows to update the binary that
was installed with the addonsu zip.
Note: this requires backuptool to work and user builds are excluded.
Change-Id: Idc905e3397816b7d3701c43bbb809878f0d22b9b
|
| |
| |
| |
| |
| |
| |
| |
| | |
Currently, this script creates and leaves nearly 2GB in tmp
per run. Clean up on exit.
Change-Id: I4247dd2508e9d27de57c611c18e70800d7a47f33
(cherry picked from commit 462425468899f264155a3413aab75a099d1bbd25)
|
| |
| |
| |
| |
| |
| |
| | |
Currently, this script creates and leaves nearly 2GB in tmp
per run. Clean up on exit.
Change-Id: I4247dd2508e9d27de57c611c18e70800d7a47f33
|
| |
| |
| |
| | |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|\ \
| |/
| |
| |
| |
| | |
replicant-6.0
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In commit 24d91d8dd36b1b2a681461bea56a44605521861e,
info_dict is yet to be initialized when it is checked for
"ota_override_device" and "ota_override_prop".
Move the checks down to after info_dict is initialized.
Change-Id: Ibcbc4f993dcd2dd281ec19624107dddd994fd497
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
key passphrases may live in some sort of secure storage, support running
an arbitrary command to retrieve them.
Change-Id: I49862cf60f1b73a2356e0c492e1038beef28a95f
|
| |
| |
| |
| | |
Change-Id: I9cbeb6edea79a7e9bb0fc692e53497b54058d67f
|
| |
| |
| |
| | |
Change-Id: I087a97e31cab2ccfba16b5378cef429785baf7d0
|
| |
| |
| |
| | |
Change-Id: Ie03583dc2a974a159fa50c6cb19cb68aa256ca77
|
|\ \
| |/
| |
| | |
replicant-6.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Some projects with multiple merges and
discountinuous histories could trigger
an error here when the HEAD~{?} does
not exist, hence avoid this by ignoring
the commit and continue the search
Change-Id: Ice28c87d1bf8897da52236b637bbb0c5d349f848
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Commits are identified by their last Change-Id,
but the parser only considers the first one found
* Reverse the list to find the last Change-Id
and avoid multiple repopick attempts on the same commit
RM-290
Change-Id: Ie0204245a47799f8ead21148e0b4e9356cf271eb
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Verify that the project has at least 10 commits to verify,
if not check only the amount of existing commits
RM-290
Change-Id: Ic95212510d8f5b980c9a94af8d5ac1e0dfd94b3e
|
| |
| |
| |
| |
| |
| | |
RM-290
Change-Id: I6f7891a52fb1538e88f5a68dd28ef1c603ee7067
|
| |
| |
| |
| |
| |
| |
| |
| | |
check the last 10 commits to HEAD for a dupe change id.
RM-290
Change-Id: Icfbf8b4eae165cf84ef4a82f54f792e9c9acd67b
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* If the project doesn't have a revision specified, try
to see if it's remote has one specified before falling back
to the global default.
RM-290
Change-Id: I05129413b154e5d08d0fa9ef0ce853631b7e1562
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When signing a build, the recovery can be built twice, once when signing
and again when adding the image to target files.
This is usally not a problem for deterministic signatures but a custom
signing method might include a time-based component which affects
checksums of the generated images. This means that the recovery patches
(i.e. install-recovery) will fail to checksum.
This patch makes adding images to target files, when invoked from
sign_target_files_apks, always rebuild the recovery patch with the newly
generated images so that the checksums are consistent irrespective of
potential time components.
Change-Id: I575c69dc96a6d4d69b3ea9d037f5f13c97afa87e
|
| |
| |
| |
| |
| |
| |
| | |
If we're operating with a password dict, try to use it for verity
Change-Id: Ie0e8e33c873fc9f1ae9bd6da559f9cbbced183e9
Ref: CYNGNOS-3156
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Don't grab stdin/out for these tools. We want to know when a password
is being requested (and be able to actually provide one) if the corresponding
key needs it
Change-Id: I8dd439322b7d8942adc9ce7ce0912fb20c69654f
Ref: CYNGNOS-3156
|
| |
| |
| |
| |
| |
| |
| |
| | |
Some boot images will need to be signed using specific tools. Allow
passing the path to this tool through an environment variable.
Change-Id: I958726fdae8d63fe99d639dfa361046b528a087c
Ticket: CYNGNOS-2868
|
| |
| |
| |
| |
| |
| | |
* for example: repopick 12345-12350
Change-Id: I3b8f2c331a6ac5488032432e133bd4b44d0bf007
|
| |
| |
| |
| |
| |
| |
| |
| | |
We don't need this package to be included in fastboot images, so skip
it when we are creating fastboot images.
Change-Id: I1e0676f5cbf7468088e6997f83ae845578864668
Ticket: CYNGNOS-936
|
| |
| |
| |
| |
| |
| |
| | |
Python 3 compatibility fail
Change-Id: I0acb7059b554ad16833ccdd09643f52f2c44a3f2
Ticket: RM-233
|
| |
| |
| |
| |
| |
| |
| |
| | |
Set PRODUCT_PRIVATE_KEY to the path of the boot image signing
certificate to sign an image for secure boot.
Ticket: RM-233
Change-Id: I2c767c6f9c3740bed3d7094d2d0b50a075e08abc
|
| |
| |
| |
| |
| | |
Change-Id: Id17ef7de8b0146dd6e4b2cc3cc5b88453da38f6c
Ticket: FEIJ-62
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This adds the capability of generating a OEM image with the build
and adding it to target files when BOARD_OEMIMAGE_FILE_SYSTEM_TYPE
is set.
Change-Id: I6c596d58d9d5ece1a261d953eeb8c60eac30e642
Ticket: CYNGNOS-936
(cherry picked from commit 1966a9e7c22b95eb4c16be6aee7adf43cb6ce118)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adding the ability to set default locale from the device tree. Adding
the TARGET_SKIP_DEFAULT_LOCALE flag which can be set in the device tree,
thus preventing buildinfo.sh from overriding default locale.
Change-Id: I66bcedb42216acee56ceaf657a39dc23d7eea6f4
Issue-Id: FEIJ-22
|
|\ \
| |/
| |
| |
| |
| | |
replicant-6.0
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
https://android.googlesource.com/platform/build into cm-13.0
Android 6.0.1 release 22
Change-Id: Icd3603c1efc5fa85f48c19d13d484f0371ddae37
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
releasetools.py.
* commit '46ae586ab26f5bf63baaac6c68942f1bfba4addc':
DO NOT MERGE Pass source's info_dict to vendor's releasetools.py.
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
packaging." into mnc-dr-dev
* commit 'b03d55aaeb5962690631ed1a25d8e628667d8ad2':
DO NOT MERGE: Only use a fixed timestamp when packaging.
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
link. These IDs are necessary for the TOS wall to identify which link should be applied to the download button." into mnc-dev
* commit '1b5eef1b490cc143474ec74d58369aac9bf6629e':
add unique ID to each windows download link. These IDs are necessary for the TOS wall to identify which link should be applied to the download button.
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '59f4ff109d7da6d608cb6b1248a4403b13d8b2bc':
Add verity_signer and verity_key flags to add_img_to_target_files.
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* commit 'a0abf49d2bdc42c81e5f636e54da9038de9dfc21':
Add an option to include a full bootloader in incremental OTA.
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* commit '1e7f6f7442ca2addc8e4447d3070c625dbba8d3f':
Fix build.
|
| | |\ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
an option to include a full bootloader in incremental OTA."
* commit '888b6f47c73c7ff0f4780e4406f18a83dbd4d8c2':
Revert "Add an option to include a full bootloader in incremental OTA."
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
lmp-mr1-ub-dev
* commit '160603cfc20362df30886a05735054842c6f79b8':
Add an option to include a full bootloader in incremental OTA.
|
| | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
* commit 'e35d00d019aaff92b5e20b86d9c3b8222c0c946a':
releasetools: Update the fingerprint when signing.
|
| | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
* commit '28f6f9c3deb4d23fd627d15631d682a5cfa989fc':
releasetools: Always write the last block if it's padded.
|
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
* commit 'a6e6afbce69da968299898944bb2165f5e799886':
releasetools: Fix the bug in symlink deletion.
|
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
result in "stand-alone" tools instructions. bug: 23570662
* commit '77c1ff7bf983ef4622ecb227d4e5b0c75728c28f':
Fix bug that caused table of Studio links to result in "stand-alone" tools instructions. bug: 23570662
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
* commit 'e337093e6c5d502f0f4094639b41c001b3048d0f':
Split large files for BBOTA v3.
Revise stash for BBOTAs when needed.
Assert the stash size when generating OTAs.
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
behavior: - make button text always white (avoid blue on blue during hover) - revise logic to add the platform name to download button to avoid weird duplicity bug on small screens - remove the
* commit '15bb28fc73fa30e9c7b8ee0d924c8906724809e0':
fix a few bugs in the studio download button behavior: - make button text always white (avoid blue on blue during hover) - revise logic to add the platform name to download button to avoid weird duplicity bug on small screens - remove the animation script when clicking download before agree because it reloaded the page (unkown cause) depends on: https://googleplex-android-review.git.corp.google.com/#/c/752757/
|
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
For squashfs, we currently don't have a system.map. So the whole system
image will be treated as a single file. But for some unknown bug, the
updater will be killed due to OOM when writing back the patched image to
flash (observed on lenok-userdebug MEA49). Prior to getting a real fix,
we evenly divide the non-zero blocks into smaller groups (currently 1024
blocks or 4MB per group).
Bug: 23227672
Change-Id: Ifeddd8d802f01f8cd2a743a1d1217a284fb6e182
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
* commit '8ea2636c190789263aaf78b89163c8e85bef3417':
adjust image placement for m hero on medium screens.
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | |
for landing pages." into mnc-dev
* commit 'a2869db89eb59e57b7f0cdfc5e526d5257b95ecc':
doc change: Add hero image for m and css for landing pages.
|