We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e1671 commit dba26dcCopy full SHA for dba26dc
rootdir/root/init.sprout.rc
@@ -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
@@ -25,6 +25,7 @@ $(shell touch $(OUT)/obj/KERNEL_OBJ/usr/export_includes)
25
$(call inherit-product, device/google/sprout-common/sprout.mk)
26
27
PRODUCT_COPY_FILES += \
28
+ $(LOCAL_PATH)/rootdir/root/init.sprout.rc:root/init.sprout.rc \
29
$(LOCAL_PATH)/rootdir/root/fstab.sprout:root/fstab.sprout
30
31
# OTAUpdates
0 commit comments