Skip to content

Commit e6178e7

Browse files
committed
adb: adb shell depends on SCHED_CHILD_STATUS
Without this configuration, when executing exit in adb shell, adb will not be able to exit because it cannot receive the close packet. Signed-off-by: yangsong8 <[email protected]>
1 parent 641f7ce commit e6178e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/adb/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ config ADBD_SHELL_SERVICE
174174
depends on SYSTEM_NSH
175175
depends on LIBC_EXECFUNCS
176176
depends on PSEUDOTERM
177+
depends on SCHED_CHILD_STATUS
177178
default n
178179
---help---
179180
Enable "adb shell" feature.

0 commit comments

Comments
 (0)