From 3d1ed602ff4928561fa5f7f2f6bbfd63acb6817d Mon Sep 17 00:00:00 2001 From: Nehemiah of Zebulun Date: Sun, 23 Jun 2024 10:40:28 -0400 Subject: [PATCH] Disable Calendar Tests --- jelly_star/jelly_star.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jelly_star/jelly_star.mk b/jelly_star/jelly_star.mk index b3c5340..1032433 100644 --- a/jelly_star/jelly_star.mk +++ b/jelly_star/jelly_star.mk @@ -19,6 +19,9 @@ PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true QSB_ON_FIRST_SCREEN := false PRODUCT_PACKAGE_OVERLAYS += device/wephone/jelly_star/overlay +PLATFORM_TESTS -= \ + CalendarTests + PRODUCT_PACKAGES += \ BreezyWeather \ Contacts \