Update #comment to reflect removal of /data/local/userinit.d/ support

Change-Id: I7446c44f1c6388dd6ddb877a1e4ae4e6ab6c2499
This commit is contained in:
ginnungagap 2015-07-23 22:49:09 -04:00 committed by Gerrit Code Review
parent bf1bcdbc44
commit 8d2b2c75bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/system/bin/sh
# call userinit.sh and/or userinit.d/* scripts if present in /data/local
# call userinit.sh if present in /data/local
if [ -e /data/local/userinit.sh ];
then