diff options
author | Elliott Hughes <enh@google.com> | 2015-04-24 04:42:23 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-24 04:42:23 +0000 |
commit | 8e9b756eab8ec3f91a4349e959e830535c6d6966 (patch) | |
tree | 681d91eb60c43e4a211773ddae837988ea86b591 /rootdir | |
parent | dac7f85d16c5bee79b6d944e0635fa1b6bceebb8 (diff) | |
parent | 77260323e2e99a996351a98a44ef56db5f1e2767 (diff) | |
download | system_core-8e9b756eab8ec3f91a4349e959e830535c6d6966.zip system_core-8e9b756eab8ec3f91a4349e959e830535c6d6966.tar.gz system_core-8e9b756eab8ec3f91a4349e959e830535c6d6966.tar.bz2 |
am 77260323: am 20dfbb0f: am fa66b4e1: Merge "Remove long-obsolete file."
* commit '77260323e2e99a996351a98a44ef56db5f1e2767':
Remove long-obsolete file.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/mountd.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/rootdir/etc/mountd.conf b/rootdir/etc/mountd.conf deleted file mode 100644 index 094a2c7..0000000 --- a/rootdir/etc/mountd.conf +++ /dev/null @@ -1,19 +0,0 @@ -## mountd configuration file - -## add a mount entry for each mount point to be managed by mountd -mount { - ## root block device with partition map or raw FAT file system - block_device /dev/block/mmcblk0 - - ## mount point for block device - mount_point /sdcard - - ## true if this mount point can be shared via USB mass storage - enable_ums true - - ## path to the UMS driver file for specifying the block device path - ## use this for the mass_storage function driver - driver_store_path /sys/devices/platform/usb_mass_storage/lun0/file - ## use this for android_usb composite gadget driver - ##driver_store_path /sys/devices/platform/msm_hsusb/gadget/lun0/file -} |