diff options
author | Mike Lockwood <lockwood@android.com> | 2010-12-10 09:48:41 -0800 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2010-12-10 09:48:41 -0800 |
commit | 58aa5b0ee0ec67d4e0f3b12e27cd58279bef0dee (patch) | |
tree | 6438d9f22e2f978bb839409c5a1f8f5ee4e2ce4f /init/property_service.c | |
parent | 67ebdce9821d33c41c8bd5cd8bf6259cc82db0cb (diff) | |
download | core-58aa5b0ee0ec67d4e0f3b12e27cd58279bef0dee.tar.gz core-58aa5b0ee0ec67d4e0f3b12e27cd58279bef0dee.tar.bz2 core-58aa5b0ee0ec67d4e0f3b12e27cd58279bef0dee.zip |
init: Allow non-root adbd to switch between TCP and USB modes
Change-Id: I9e93ceefadfaa2a4f8ec25cfa05fa4821fd98093
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'init/property_service.c')
-rw-r--r-- | init/property_service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.c b/init/property_service.c index 788252b58..0bd2597d6 100644 --- a/init/property_service.c +++ b/init/property_service.c @@ -79,6 +79,7 @@ struct { { "debug.", AID_SHELL, 0 }, { "log.", AID_SHELL, 0 }, { "service.adb.root", AID_SHELL, 0 }, + { "service.adb.tcp.port", AID_SHELL, 0 }, { "persist.sys.", AID_SYSTEM, 0 }, { "persist.service.", AID_SYSTEM, 0 }, { "persist.security.", AID_SYSTEM, 0 }, |