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

Python, Cortex-A53 & other revisions (hope some of my changes are useful to whoever) #10

Open
wants to merge 10 commits into
base: lp5.1
Choose a base branch
from

Conversation

InterfaceNode
Copy link

:D Cortex A53 is a must!

Tquet 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
@InterfaceNode InterfaceNode changed the title Python 2.7: ZIP_64 zipfile patch Python, Cortex-A53 & other revisions (hope some of my changes are useful to whoever) May 11, 2015
Tquet 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
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
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