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
This commit is contained in:
Zhanglong Xia 2023-11-22 09:45:37 +08:00
parent 17017a2aa4
commit 7760812a21

View file

@ -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",
},