Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7760812a authored by Zhanglong Xia's avatar Zhanglong Xia
Browse files

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
parent 17017a2a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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",
        },