Commit Graph

12 Commits

Author SHA1 Message Date
LuK1337 2fe4d03e7b Use zip for packing overlays
No idea why, but CI ends up with overlays containing files in the wrong
order.
2023-10-25 21:57:42 +02:00
LuK1337 49600a70c4 Add config_defaultAssistant overlay 2023-10-12 18:44:34 +02:00
Paul Keith d70e71a0bc gapps: Use apktool to build RRO overlays
The following fields in the AndroidManifest.xml are different:

Built in AOSP-tree version:
android:compileSdkVersion="33"
android:compileSdkVersionCodename="13"
platformBuildVersionCode="33"
platformBuildVersionName="13"

Build with apktool version:
android:compileSdkVersion="23"
android:compileSdkVersionCodename="6.0-2438415"
platformBuildVersionCode="23"
platformBuildVersionName="6.0-2438415"
2023-09-19 17:36:46 -05:00
LuK1337 461da2f459 Use apksigner for signing overlay apks 2023-08-08 23:52:02 +02:00
LuK1337 5ad118847f Sign overlay apks with a throwaway key
Closes: #10
2023-08-08 21:55:29 +02:00
Nolen Johnson 99a1b4d526 overlays: Update for tau
* Referenced both relevant packages.
* No diff to GmsSettingsProviderOverlay.
* Added all diffs from GmsOverlay except for LatinIme.
* [razorloves]: Remove overlays duplicated in AOSP.
2022-10-03 19:13:47 -04:00
LuK1337 5e38eda4a7 Add config_forceQueryablePackages overlay
As seen in GmsConfigOverlayCommon, this allows any app to query
GMS/Play Store presence.
2022-05-07 23:27:12 +02:00
Michael W 6baa8fc468 Add overlay for Family Link
* Apparently this is required to set up family link on a device
  - it is empty by default
2022-01-28 17:14:00 +01:00
Alessandro Astone 1984bedbd6 rro: build: Make it work after m clean 2022-01-28 14:17:19 +01:00
Alessandro Astone 307550ed7d build: rro: mkdir $OUT
$OUT may not exist yet, but we need to start creating the log file now
2022-01-28 10:47:15 +01:00
Alessandro Astone de00d21a12 Add backup transport overlay 2021-12-16 20:23:29 +01:00
Alessandro Astone 401e4af0e0 Add overlays
* Use a high priority to override other rro overlays
2021-12-16 20:13:05 +01:00