From 5512421739ce5f3db5fefed53353e7ea0e477764 Mon Sep 17 00:00:00 2001 From: Dustin Lam Date: Thu, 20 Jul 2023 15:48:34 -0700 Subject: [PATCH] Turn off core's playground build Currently hitting aidl failures due to dependency on a publicly unavailable version of build tools. Test: GH workflows Change-Id: Ie0473404984cf70236d6eb9c1d68b3c16c8c7515 --- .github/ci-control/ci-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ci-control/ci-config.json b/.github/ci-control/ci-config.json index dfb2af63ac2ce..b7c25eb31a4e3 100644 --- a/.github/ci-control/ci-config.json +++ b/.github/ci-control/ci-config.json @@ -14,6 +14,7 @@ "main" : { "exclude" : [ "compose-runtime", + "core", "room" ], "default": true