From d5321719fed20fe5edb1cb9b7daf9003ede171c6 Mon Sep 17 00:00:00 2001 From: Joshua McCloskey Date: Wed, 26 Jun 2024 00:38:10 +0000 Subject: [PATCH] Removed redundant dependcy from build file Test: Verified that the additional libraries don't cause any issue with settings Bug: 346161718 Flag: BUILD ONLY Change-Id: Ie3d266c486d507c241d800fa7f2680a595896280 --- Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Android.bp b/Android.bp index 0c6d8d1952b..130114afa75 100644 --- a/Android.bp +++ b/Android.bp @@ -108,8 +108,6 @@ android_library { "telephony_flags_core_java_lib", "setupdesign-lottie-loading-layout", "device_policy_aconfig_flags_lib", - "kotlinx-coroutines-core", - "kotlinx-coroutines-android", ], plugins: ["androidx.room_room-compiler-plugin"],