From 7760812a21ba629551883dcf2e730bab632a09ee Mon Sep 17 00:00:00 2001 From: Zhanglong Xia Date: Wed, 22 Nov 2023 09:45:37 +0800 Subject: [PATCH] remove the com.android.threadnetwork from apex_available list The ot-daemon has been moved from the com.android.threadnetwork to com.android.tethering. No need to add the com.android.threadnetwork to the apex_available list. Bug: b/312573093 Test: Build Change-Id: I2216e0d2a1d30738c405a174909d174cbc1f0bc7 --- threadnetwork/aidl/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/threadnetwork/aidl/Android.bp b/threadnetwork/aidl/Android.bp index c621b81621..7e674e0729 100644 --- a/threadnetwork/aidl/Android.bp +++ b/threadnetwork/aidl/Android.bp @@ -15,9 +15,6 @@ aidl_interface { apex_available: [ "//apex_available:platform", "com.android.tethering", - // Keep the threadnetwork apex to make it buildable on udc-mainline-prod. - // TODO: remove it after moving ot-daemon into tethering. - "com.android.threadnetwork", ], min_sdk_version: "30", },