Commit Graph

17 Commits

Author SHA1 Message Date
LuK1337
e74e9c43e8
15_202408 2024-09-27 20:28:33 +02:00
Fede2782
8c0c450114 Add GmsSettingsOverlay
This gives GMS access to manage the Bluetooth devices
slice to show useful information for Fast Pair devices,
like Pixel Buds.

By default this configs are not set in LineageOS and in AOSP,
so set them to Google's value extracted from SettingsGoogle of
akita 14 AP2A.240905.003.E1.
2024-09-25 17:47:55 +00:00
Michael Bestas
d5f65a27ea Add GmsSetupWizardOverlay
Fixes theme. Values extracted from PixelSetupWizard
2024-02-25 23:15:38 +00:00
LuK1337
839e6d2c1b Make overlays build reproducible 2023-10-26 01:14:06 +02:00
LuK1337
6201f991d1 Use zip for packing overlays
No idea why, but CI ends up with overlays containing files in the wrong
order.
2023-10-25 22:07:17 +02:00
LuK1337
fe25084894 Add config_defaultAssistant overlay 2023-10-12 18:51:08 +02:00
Paul Keith
e031d525c3 ups(ilon) I did it again 2023-10-09 01:10:27 -04: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