Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad6084e7 authored by San Mehat's avatar San Mehat Committed by Android Git Automerger
Browse files

am c9050c59: am 2dfe490f: system: vold: Ensure a default vold.conf exists for generic target

Merge commit 'c9050c59'

* commit 'c9050c59':
  system: vold: Ensure a default vold.conf exists for generic target
parents c624d0e5 c9050c59
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@ copy_from := \
	etc/init.goldfish.sh \
	etc/hosts

ifeq ($(TARGET_PRODUCT),generic)
copy_from := etc/vold.conf
endif

copy_to := $(addprefix $(TARGET_OUT)/,$(copy_from))
copy_from := $(addprefix $(LOCAL_PATH)/,$(copy_from))

rootdir/etc/vold.conf

0 → 100644
+10 −0
Original line number Diff line number Diff line
## vold configuration file for the 'generic' target

volume_sdcard {
    ## This is the direct uevent device path to the SD slot on the device
    media_path     /devices/platform/goldfish_mmc.0/mmc_host/mmc0

    media_type     mmc
    mount_point    /sdcard
    ums_path       /devices/platform/usb_mass_storage/lun0
}