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

Commit ad6f2cf6 authored by Kangping Dong's avatar Kangping Dong
Browse files

[Thread] move ot-daemon into com.android.tethering

Test: build
Bug: 296211911
(cherry picked from https://android-review.googlesource.com/q/commit:72deb0fe8a23cbbfe52a89924aa335bfad762762)

Change-Id: I52320be04ceb9855a37db59b7ef961d2c8555357
parent 669634c3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -15,9 +15,12 @@ aidl_interface {
        ndk: {
            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: "33",
            min_sdk_version: "30",
        },
    },
}