summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorDavid Thompson <david.w.thompson.321@gmail.com>2012-05-28 22:24:28 +0100
committerDavid Thompson <david.w.thompson.321@gmail.com>2012-05-29 01:38:14 +0100
commit99adcbda06807872bd10b883f9d7ee94ecc7aad0 (patch)
treee64fa39f4beacba0716959a03f33d49723523028 /device.mk
parent4e37f92683c109bdd9db3398ee6433efb778ad02 (diff)
downloaddevice_samsung_tuna-99adcbda06807872bd10b883f9d7ee94ecc7aad0.zip
device_samsung_tuna-99adcbda06807872bd10b883f9d7ee94ecc7aad0.tar.gz
device_samsung_tuna-99adcbda06807872bd10b883f9d7ee94ecc7aad0.tar.bz2
tuna: Automatically mount USB storage and show unmount button and storage usage in settings
mount point is /mnt/usbdisk Change-Id: I636aa2f3f45be3d3ed2a120c90d67b13b467c2c9
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 6d58c7f..45bf228 100644
--- a/device.mk
+++ b/device.mk
@@ -190,3 +190,7 @@ $(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk)
BOARD_WLAN_DEVICE_REV := bcm4330_b2
WIFI_BAND := 802_11_ABG
$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
+
+# vold
+PRODUCT_COPY_FILES += \
+ device/samsung/tuna/vold.fstab:/system/etc/vold.fstab