Skip to content

Commit

Permalink
galaxys2: use internal storage by default
Browse files Browse the repository at this point in the history
Change-Id: Ie0976792a8651bfd21dec56939b116a7b539cf15
  • Loading branch information
codeworkx committed Apr 21, 2012
1 parent f4dfed5 commit 4ca6292
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions galaxys2_base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ PRODUCT_COPY_FILES += \

# Vold and Storage
PRODUCT_COPY_FILES += \
device/samsung/galaxys2/configs/vold.fstab:system/etc/vold.fstab \
device/samsung/galaxys2/configs/vold.fstab:system/etc/vold.fstab

PRODUCT_PROPERTY_OVERRIDES := \
ro.vold.switchablepair=/mnt/emmc,/mnt/sdcard
ro.vold.switchablepair=/mnt/emmc,/mnt/sdcard

PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
persist.sys.vold.switchexternal=1

# Bluetooth configuration files
PRODUCT_COPY_FILES += \
Expand Down

0 comments on commit 4ca6292

Please sign in to comment.