Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
ad4ee46a
Commit
ad4ee46a
authored
Apr 26, 2017
by
Treehugger Robot
Committed by
Gerrit Code Review
Apr 26, 2017
Browse files
Options
Downloads
Plain Diff
Merge "change /data/bugreports to /bugreports" into nougat-mr1-cts-dev
parents
ab8ad629
45e87b7f
Branches
nougat-mr1-cts-dev
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
rootdir/Android.mk
+1
-0
1 addition, 0 deletions
rootdir/Android.mk
rootdir/init.rc
+0
-4
0 additions, 4 deletions
rootdir/init.rc
with
1 addition
and
4 deletions
rootdir/Android.mk
+
1
−
0
View file @
ad4ee46a
...
@@ -123,6 +123,7 @@ endif
...
@@ -123,6 +123,7 @@ endif
LOCAL_POST_INSTALL_CMD
:=
mkdir
-p
$(
addprefix
$(
TARGET_ROOT_OUT
)
/,
\
LOCAL_POST_INSTALL_CMD
:=
mkdir
-p
$(
addprefix
$(
TARGET_ROOT_OUT
)
/,
\
sbin dev proc sys system data oem acct config storage mnt root
$(
BOARD_ROOT_EXTRA_FOLDERS
));
\
sbin dev proc sys system data oem acct config storage mnt root
$(
BOARD_ROOT_EXTRA_FOLDERS
));
\
ln
-sf
/system/etc
$(
TARGET_ROOT_OUT
)
/etc
;
\
ln
-sf
/system/etc
$(
TARGET_ROOT_OUT
)
/etc
;
\
ln
-sf
/data/user_de/0/com.android.shell/files/bugreports
$(
TARGET_ROOT_OUT
)
/bugreports
;
\
ln
-sf
/sys/kernel/debug
$(
TARGET_ROOT_OUT
)
/d
;
\
ln
-sf
/sys/kernel/debug
$(
TARGET_ROOT_OUT
)
/d
;
\
ln
-sf
/storage/self/primary
$(
TARGET_ROOT_OUT
)
/sdcard
ln
-sf
/storage/self/primary
$(
TARGET_ROOT_OUT
)
/sdcard
ifdef
BOARD_USES_VENDORIMAGE
ifdef
BOARD_USES_VENDORIMAGE
...
...
This diff is collapsed.
Click to expand it.
rootdir/init.rc
+
0
−
4
View file @
ad4ee46a
...
@@ -444,10 +444,6 @@ on post-fs-data
...
@@ -444,10 +444,6 @@ on post-fs-data
mkdir /data/anr 0775 system system
mkdir /data/anr 0775 system system
# symlink to bugreport storage location
rm /data/bugreports
symlink /data/user_de/0/com.android.shell/files/bugreports /data/bugreports
# Separate location for storing security policy files on data
# Separate location for storing security policy files on data
mkdir /data/security 0711 system system
mkdir /data/security 0711 system system
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment