From ad6f2cf6f999b1ed529fb6a0138d312eecbd6b70 Mon Sep 17 00:00:00 2001 From: Kangping Dong Date: Fri, 11 Aug 2023 15:31:20 +0800 Subject: [PATCH] [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 --- threadnetwork/aidl/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/threadnetwork/aidl/Android.bp b/threadnetwork/aidl/Android.bp index 91c43c54b7..5aa16a7d65 100644 --- a/threadnetwork/aidl/Android.bp +++ b/threadnetwork/aidl/Android.bp @@ -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", }, }, }