Commit Graph

9 Commits

Author SHA1 Message Date
Aaron Kling
3ace25e071
Enable elf checks
Change-Id: Ia6c9a381abb3384c77532d75e02fd84c841a4d1e
2024-09-09 22:08:52 +02: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
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
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
Paul Keith
7fc64e946c extract-files: Force architecture to be specified
* This also functions as a rudimentary help option
  if the script is run without any arguments,
  or if any of the arguments are not provided

Change-Id: I311df9f52a1dd51da676c3b004a98eefbd79e12e
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-10 10:22:47 -05:00
Paul Keith
b44476b518 extract-files: Error if path isn't specified
* ADB shouldn't be an option
* It's super annoying when you forget to use -p

Change-Id: Ie2c8819b10377109b7c49e52f1cb25f4289be372
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-02 14:00:57 -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
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