diff options
author | Kenny Root <kroot@google.com> | 2010-06-28 21:24:16 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-06-28 21:24:16 +0200 |
commit | c78a9698dd55a165c2206c380f87f173bacba2aa (patch) | |
tree | ad00e722405b9d2be48afa16fedd0f04433c9bee | |
parent | Add __attribute__((format(printf, a, b))) to printf like functions. (diff) | |
parent | Set adbd to be disabled by default in recovery (diff) | |
download | android_bootable_recovery-c78a9698dd55a165c2206c380f87f173bacba2aa.tar android_bootable_recovery-c78a9698dd55a165c2206c380f87f173bacba2aa.tar.gz android_bootable_recovery-c78a9698dd55a165c2206c380f87f173bacba2aa.tar.bz2 android_bootable_recovery-c78a9698dd55a165c2206c380f87f173bacba2aa.tar.lz android_bootable_recovery-c78a9698dd55a165c2206c380f87f173bacba2aa.tar.xz android_bootable_recovery-c78a9698dd55a165c2206c380f87f173bacba2aa.tar.zst android_bootable_recovery-c78a9698dd55a165c2206c380f87f173bacba2aa.zip |
-rw-r--r-- | etc/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc index 23ba9481e..a675a4b0c 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -29,6 +29,7 @@ service ueventd /sbin/ueventd service recovery /sbin/recovery service adbd /sbin/adbd recovery + disabled on property:persist.service.adb.enable=1 start adbd |