Commit Graph

24 Commits

Author SHA1 Message Date
LuK1337
8661048075
Get rid of x86 support
Doesn't seem like x86 GMS exists anymore as it's not available as GSI
nor Android SDK image.
2024-10-04 11:28:09 +02:00
Aaron Kling
3ace25e071
Enable elf checks
Change-Id: Ia6c9a381abb3384c77532d75e02fd84c841a4d1e
2024-09-09 22:08:52 +02:00
Nolen Johnson
e0583070f1 Use newer velvet ONLY for tangorpro
* Somehow this newer versionis 130mb bigger - and wrecks basically
  all current devices to the point that gapps couldn't fit.
* [javelinanddart]: Script it up.

Co-authored-by: javelinanddart@gmail.com
2023-09-19 17:32:18 -04:00
Alessandro Astone
401e4af0e0 Add overlays
* Use a high priority to override other rro overlays
2021-12-16 20:13:05 +01:00
Paul Keith
66f25ff99f Avoid manually overriding Provision with setup-makefiles.sh
* extract_utils now supports specifying this in proprietary-files.txt
2021-10-28 09:39:28 -05:00
Paul Keith
ea3ef2979c Initial skeleton x86_64 support
* Needs proprietary files and toybox
2021-10-08 12:56:05 -05:00
Paul Keith
d0ec58570c Make SetupWizard override Provision again 2021-10-08 12:43:33 -05:00
Michael Bestas
3d60895de3 gapps: Switch to standalone extract utils
* Align with templates while we are at it

Change-Id: Ife50623a3d1b8733f5cc76995c982d8950d39ad4
2021-02-11 12:26:15 +01:00
Alessandro Astone
5e1c63d566 SetupWizard is arch dependent 2021-02-10 23:50:12 +01:00
Alessandro Astone
653d74aba7 Eleven gapps
From redfin-rq1a.201205.011

* Move everything to product or system_ext
* No more maps jar?
* Fix sha1sum of arm64 MarkupGoogle/lib/arm64/libsketchology_native.so
  The file is unchanged, the checksum simply has always been wrong
* Adapt to new blueprint based extract utils
2021-01-02 21:34:38 +01:00
Christopher N. Hesse
4110677af8 Initial Q Gapps
From taimen-qp1a.190711.020.
2019-09-19 20:01:34 +02:00
Paul Keith
93136729c8 gapps: Split Velvet by arch
* This has arch specific libs
2018-03-02 16:14:31 +01:00
Paul Keith
78275a22ac Remove provision for sideload
* And make overriding of provision script generated
2018-02-21 13:41:31 +01:00
Paul Keith
f73c84ce47 Allow building inline without Google SuW and Velvet
* And remove Velvet for low-ram devices
2018-02-20 00:52:25 +01:00
Paul Keith
171c65860e gapps: Fix missing sed
* And regenerate makefiles
2018-02-11 01:13:14 +01:00
Paul Keith
ef10b54e5d gapps: Misc script fixes
* Point to vendor/lineage
* Add initial copyright year
* Remove arg for target, it's unneeded
* Remove arg for path, it's unneeded
* Cleanup sed'ding of makefiles
2018-02-10 23:20:37 +01:00
Harry Youd
844fcf1951 Remove OCD-inducing double blank line 2017-05-10 20:26:08 +01:00
Paul Keith
f358df0a24 setup-makefiles: Mirror changes in extract-files
Change-Id: I263ebde1f13926004efd5deada40b40d1f52614e
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-10 10:46:06 -05:00
Paul Keith
c2f5b4707d setup-makefiles: Remove loop for sed
* Use find's built in -exec instead

Change-Id: I5d75e3f7a9c0746f387a0bc330d9ebccb33cd9e8
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-05 07:39:05 -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
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
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
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
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