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

Commit 4adc0281 authored by Kangping Dong's avatar Kangping Dong Committed by Automerger Merge Worker
Browse files

Merge "[Thread] move Thread into com.android.tethering" into main am:...

Merge "[Thread] move Thread into com.android.tethering" into main am: 725fea80 am: 3a4f3cfc am: 4b291c31

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2711734



Change-Id: Ib6776c1ecdba3a4a47a68338e49a7aa4e5ee593e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 35a1aa5c 4b291c31
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -14,9 +14,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",
        },
    },
}