dont create sqlite_stmt_journals dir.
this shoudl not be required any longer. in fact, some test-writers are abusing this dir.
This commit is contained in:
parent
58936f72b2
commit
55a1f0827b
|
@ -19,14 +19,12 @@ loglevel 3
|
|||
symlink /system/etc /etc
|
||||
symlink /sys/kernel/debug /d
|
||||
|
||||
# create mountpoints and mount tmpfs on sqlite_stmt_journals
|
||||
# create mountpoints
|
||||
mkdir /sdcard 0000 system system
|
||||
mkdir /system
|
||||
mkdir /data 0771 system system
|
||||
mkdir /cache 0770 system cache
|
||||
mkdir /config 0500 root root
|
||||
mkdir /sqlite_stmt_journals 01777 root root
|
||||
mount tmpfs tmpfs /sqlite_stmt_journals size=4m
|
||||
|
||||
# create Android Secure External Cache mount tree
|
||||
mkdir /asec 0700 system system
|
||||
|
|
Loading…
Reference in New Issue