Python, Cortex-A53 & other revisions (hope some of my changes are useful to whoever)#10
Open
InterfaceNode wants to merge 10 commits intoSlimRoms:lp5.1from
InterfaceNode:lp5.1
Open
Python, Cortex-A53 & other revisions (hope some of my changes are useful to whoever)#10InterfaceNode wants to merge 10 commits intoSlimRoms:lp5.1from InterfaceNode:lp5.1
InterfaceNode wants to merge 10 commits intoSlimRoms:lp5.1from
InterfaceNode:lp5.1
Conversation
added 3 commits
May 11, 2015 01:43
Python 2.7's zipfile implementation wrongly thinks that zip64 is required for files larger than 2GiB. We can work around this by adjusting their limit. Note that `zipfile.writestr()` will not work for strings larger than 2GiB. The Python interpreter sometimes rejects strings that large (though it isn't clear to me exactly what circumstances cause this).
find the build.prop file and get the timestamp from there instead.
Kang'd from CAF
added 7 commits
May 11, 2015 02:01
ROMs build like CAF/traditional firmware with the typical folder structure you'd see in 4.4 and lower. I know this could be considered explosive to suggest lol
PureNexus/android_build/commit/f5b27d84aff314b601f30cd353bc626fd72121d7
This reverts commit 9024227.
To use the ROM format found in 4.4 and below (no system.new.dat) add the following to BoardConfig: TARGET_USES_BLOCK_BASED_OTA := false
make clean: Clean only current working-device make cleaner: Clean everything in /out folder
But I have left browser intact for obvious reasons :<
Build ENV will build traditional looking firmware before using the new '.dat' compression engine. To use this, add the following to your boardconfig OLD_OTA := true
marlontoe
pushed a commit
to marlontoe/android_build
that referenced
this pull request
Jun 10, 2015
build: Fix QCOM_BSP_LEGACY cflags
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.
:D Cortex A53 is a must!