Skip to content

Commit dba26dc

Browse files
committed
Revert "Remove duplicate init.sprout.rc"
This reverts commit d3731c1.
1 parent f5e1671 commit dba26dc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

rootdir/root/init.sprout.rc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# sprout storage specific rc file.
2+
3+
import /init.sprout_common.rc
4+
5+
on init
6+
7+
# Support legacy paths
8+
symlink /sdcard /mnt/sdcard
9+
symlink /sdcard /storage/sdcard0

seedmtk.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ $(shell touch $(OUT)/obj/KERNEL_OBJ/usr/export_includes)
2525
$(call inherit-product, device/google/sprout-common/sprout.mk)
2626

2727
PRODUCT_COPY_FILES += \
28+
$(LOCAL_PATH)/rootdir/root/init.sprout.rc:root/init.sprout.rc \
2829
$(LOCAL_PATH)/rootdir/root/fstab.sprout:root/fstab.sprout
2930

3031
# OTAUpdates

0 commit comments

Comments
 (0)