Commit Graph

280 Commits

Author SHA1 Message Date
Paul Keith
d7b8223912
Update pinning for PrebuiltGmsCore
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-07 11:22:37 -05:00
Paul Keith
ad7fc4180b
Repack libs in PrebuiltGmsCore without compression
* Fixes crashing
* Thanks to syphyr for pointing this out to me

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-07 11:21:15 -05:00
Paul Keith
feafa1c9b3
Specify a target for setup-makefiles.sh
* So it can be run standalone

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-07 08:18:07 -05:00
Paul Keith
c1a4094173
Add x86
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-07 08:18:07 -05:00
Paul Keith
3359ed44df
Use pinned nodpi PrebuiltGmsCore
* This fixes issues with dpi
* Also, reshuffle PrebuiltGmsCore in blob lists,
  since it has to be pinned now
* Standardize blob list naming to proprietary-files-$arch(/common).txt
* This is slightly older than the newest PrebuiltGmsCore,
  but it almost never has to be updated, and Android will
  silently update to a proper version with the correct dpi

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-07 08:04:26 -05:00
Paul Keith
736ff4c510
build: Nuke update-binary and updater-scipt
* update-binary will be a shell script very soon,
  don't allow this to be flashed in the meantime

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 22:11:31 -05:00
Paul Keith
28eb9cdff2
build: Generate addon.d script at build time
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 22:11:04 -05:00
Paul Keith
8ac16034dc
build: Change naming scheme for md5sum
* Follow android build system's convention

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 22:11:04 -05:00
Paul Keith
93f74a5de0
Bump gapps version to 7.1.2
* We're using angler 7.1.2 files now

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 22:11:03 -05:00
Paul Keith
d5900b2891
Move all gapps to a system/ folder
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 16:29:53 -05:00
Paul Keith
2c6d5966f7
Fix makefile guarding (for real)
* previously definitions for different arches would conflict

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 14:57:55 -05:00
Paul Keith
b35c6bdd57
Fix makefile guards
Change-Id: Ied18679266cbdfa0c5f9e2f7ee5655575cc2b16e
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 14:27:31 -05:00
Paul Keith
7c47b86bad
Commonize SetupWizard
Change-Id: I546108dc58f4b4b89b9551bd4e94f8473a90269b
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 14:25:32 -05:00
Paul Keith
83e0c848e9
Add arm64 and update from angler
* Package version: N2G47H

Change-Id: I91c3327966b366e2f1d0f65fddb4b75f2177a0f9
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 14:10:24 -05:00
Paul Keith
52b3cf2cdd
Fix makefiles
Change-Id: Ice1b66046a1c8525b91012540907bdfd4b81c5ab
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 13:13:00 -05:00
Paul Keith
c9b725d124
Fix makefile generation
Change-Id: Ibdef76bd831b96549914746880e38ab4b88b5aca
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 13:13:00 -05:00
Paul Keith
61cd4889d1
Fix build
* Now it actually builds

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 13:00:51 -05:00
Paul Keith
8f5bc09a0f
Fix README instructions
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 13:00:51 -05:00
Luca Stefani
564bc97ae4
Fix javelinanddart's shit
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 13:00:51 -05:00
Paul Keith
19faa4451d
Add gapps from latest shamu release
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 11:44:48 -05:00
Paul Keith
88a85476fc
Adjust build system for new gapps organization
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 11:44:48 -05:00
Paul Keith
15d9e01ed6
Add blob lists and extraction scripts
* Thanks to gmrt for the initial gapps list

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 11:29:54 -05:00
Paul Keith
1154400dfd
Clean out old proprietary files
* These are out of date, and will be moved and replaced

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 11:29:52 -05:00
Paul Keith
c62430937b
Ignore content in out/ directory
* We don't want to upload this

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 08:09:52 -05:00
Paul Keith
5b5d362f50
Remove out/
* This is generated content, we don't need it here

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 08:09:15 -05:00
jrizzoli
a73691b96d 15.08 Update+
- Fix Play services battery drain on arm
- Fixed remove-faceunlock from updater script
- Show some love for who doesn't have realpath
- Export md5 as a file too
- Simplify create checks (@stucki 6a05464df7ae80784fc8fe8ff2de65152d7bb67b)
- Move target zip out of arch directory  (@stucki bf57998702c634f560535b586706931f56a3ed31)
- Clean Up after the build (@stucki f6660501afa1eaefc4d3cf1a043e5c73bdab398d)
- CleanUp final output
2015-07-09 15:18:23 +02:00
jrizzoli
bcd682ecbf 15.07 Update:
- Fix removal of faceunlock (@ShevT > 1d4f9afc144843459a2f7c19d269996c688874aa)
- Fix typo in addon.d script
- Add md5 calculation (based on @pete4abw > ae166a10ad8c683182a1cd437242520254e40684)
- Improve log content (aka make it useful)

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
2015-07-03 13:44:50 +02:00
jrizzoli
ff04312900 15.06 Update:
- x86 files (kindly given by @balika011) > 1cfeda8a9dbe1a328259edb42f48f0e4ea716072
- Update compilation script

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
2015-06-21 15:00:46 +02:00
Joey Rizzoli
f509e98dcb 15.05 Update
- Make for different platforms (arm, arm64, x86)
- Add arm64 support
- Update GNow
- Fix FaceUnlock FC
2015-06-21 15:00:04 +02:00
linuxxxxx
ee8b7e1415 First commit 2015-04-20 15:55:48 +02:00