commit | 256e78e82f53bc731af00200d85ce45e1b44f6af | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Fri Jan 25 09:31:28 2019 -0800 |
committer | Wei Wang <wvw@google.com> | Fri Jan 25 10:30:47 2019 -0800 |
tree | 45b5f83e932ab965ba58826317468bb892dc830e | |
parent | bd0986fc4bb764711d1ff7b67da0802bb352e3b1 [diff] |
Fix path for default prop Bug: 123407630 Test: boot Change-Id: Ia10ac6ad141e980abb07d7b37487f9de9ef64796
diff --git a/rootdir/init.rc b/rootdir/init.rc index 537bf86..d081666 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -47,7 +47,7 @@ # Mix device-specific information into the entropy pool copy /proc/cmdline /dev/urandom - copy /default.prop /dev/urandom + copy /system/etc/prop.default /dev/urandom symlink /proc/self/fd/0 /dev/stdin symlink /proc/self/fd/1 /dev/stdout