Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 28ed40815e5459c76dae2d5b4026d99ec8a9cb3e
- Merge "Fix configuration cache failure when fetching develocity keys" into androidx-main
- Fix configuration cache failure when fetching develocity keys
Prior to this change on a mac user would get:
> Starting an external process 'install_name_tool -id hOr91RnqaFppzQBcg62E2mw7eU6 /var/folders/y6/nphgfc312fv1_l20ccgz98h400f8nd/T/libio_grpc_netty_shaded_netty_tcnative_osx_aarch_6416978839136011933741.dylib' during configuration time is unsupported.
> Starting an external process 'codesign -s - /var/folders/y6/nphgfc312fv1_l20ccgz98h400f8nd/T/libio_grpc_netty_shaded_netty_tcnative_osx_aarch_6416978839136011933741.dylib' during configuration time is unsupported.
This is because SecretManagerServiceClient on a Mac behind the scenes
calls codesign and install_name_tool when fetching the secrets.
ValueSource allows us to make these proccess calls.
Test: rm -fr ../../out/.gradle/develocity && rm -fr ../../out/gradle-project-cache/configuration-cache/ && ./gradlew --stop && ./gradlew tasks
-> no more failure on a mac
Change-Id: Ie5465b6696ffb5d3af547ef05dcdbfd564a508c0
diff --git a/frameworks/support b/frameworks/support
index 90d5592..28ed408 160000
--- a/frameworks/support
+++ b/frameworks/support
@@ -1 +1 @@
-Subproject commit 90d55927eeae70df1288e64f94180cc6ce022e91
+Subproject commit 28ed40815e5459c76dae2d5b4026d99ec8a9cb3e