Skip to content

Commit

Permalink
Add the service.adb.tcp.port system property
Browse files Browse the repository at this point in the history
This patch sets the service.adb.tcp.port property in vendor
image so that it is available in GSI image.

Tracked-On: OAM-96158
Signed-off-by: Tanuj Tekriwal <[email protected]>
  • Loading branch information
tanujtekriwal authored and sysopenci committed Mar 2, 2021
1 parent ee3af27 commit efc5661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions groups/device-specific/caas/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ on boot
write /sys/class/gpio/gpio444/direction out
write /sys/class/gpio/gpio444/value 1

# Set adb over network tcp port
setprop service.adb.tcp.port 5555

# workaround for the sys fs create
on post-fs
# Create trace buffer, and set basic configuration.
Expand Down
1 change: 0 additions & 1 deletion groups/device-specific/caas/system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ ro.board.platform=celadon
audio.safemedia.bypass=true
debug.nn.cpuonly=0
camera.disable_treble=false
service.adb.tcp.port=5555
ro.incremental.enable=yes

0 comments on commit efc5661

Please sign in to comment.