diff options
| author | Brian Swetland <swetland@google.com> | 2009-10-07 12:28:44 -0700 |
|---|---|---|
| committer | Brian Swetland <swetland@google.com> | 2009-10-07 12:28:44 -0700 |
| commit | aa7d97106abf8c390e1aed71f7c175fb77fead38 (patch) | |
| tree | 604f1ddb3e63f0e88b260e3409c8dd561cbca012 | |
| parent | 529520e8240e6865aca77ae9abf78dacbaa72e2c (diff) | |
| download | system_core-aa7d97106abf8c390e1aed71f7c175fb77fead38.tar.gz system_core-aa7d97106abf8c390e1aed71f7c175fb77fead38.tar.bz2 system_core-aa7d97106abf8c390e1aed71f7c175fb77fead38.zip | |
init.rc: don't mount debugfs
We'll do this in the product-specific init files.
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 8d1aff4e..d5026289 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -164,8 +164,6 @@ on boot setprop ro.CONTENT_PROVIDER_MEM 5632 setprop ro.EMPTY_APP_MEM 6144 - mount debugfs /sys/kernel/debug /sys/kernel/debug - # Write value must be consistent with the above properties. # Note that the driver only supports 6 slots, so we have HOME_APP at the # same memory level as services. |
