summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-03 15:48:35 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-03 15:48:35 +0700
commit71012e283db265ba0d4b93400ea802e2a84c46bf (patch)
tree04ffc4252d993f52847aef1fc54f7be155a2cae6 /BoardConfigCommon.mk
parentce640283f479237ff3e8e6a1a00d562eb4b25232 (diff)
downloaddevice_samsung_aries-common-71012e283db265ba0d4b93400ea802e2a84c46bf.zip
device_samsung_aries-common-71012e283db265ba0d4b93400ea802e2a84c46bf.tar.gz
device_samsung_aries-common-71012e283db265ba0d4b93400ea802e2a84c46bf.tar.bz2
Allow mass storage mount in system
(setprop persist.sys.usb.config mass_storage,adb and reboot to take effect)
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index ff84666..9fd8c7f 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -85,6 +85,7 @@ WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin"
# Vold
BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true
+TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/s3c-usbgadget/gadget/lun%d/file"
# Recovery
TARGET_USERIMAGES_USE_EXT4 := true