Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
96e2448c
Commit
96e2448c
authored
12 years ago
by
Michael Vines
Browse files
Options
Downloads
Patches
Plain Diff
Add support for ics_chocolate_rb4.2
Change-Id: Ieed292463e1983b83c70cbd06ddb9aa6c6c4aad1
parent
435ab72d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
patch/ics_chocolate_rb4.2/kernel
+1
-0
1 addition, 0 deletions
patch/ics_chocolate_rb4.2/kernel
patch/ics_chocolate_rb4.2/system/core/system-core.patch
+39
-0
39 additions, 0 deletions
patch/ics_chocolate_rb4.2/system/core/system-core.patch
with
40 additions
and
0 deletions
patch/ics_chocolate_rb4.2/kernel
0 → 120000
+
1
−
0
View file @
96e2448c
../ics_chocolate/kernel
\ No newline at end of file
This diff is collapsed.
Click to expand it.
patch/ics_chocolate_rb4.2/system/core/system-core.patch
0 → 100644
+
39
−
0
View file @
96e2448c
system/core adaptations for Boot2Gecko.
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index a058686..b2de29b 100755
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -178,6 +178,9 @@
static struct fs_path_config android_dirs[] = {
** and will allow partial matches.
*/
static struct fs_path_config android_files[] = {
+ { 00775, AID_ROOT, AID_ROOT, "system/b2g/b2g" },
+ { 00775, AID_ROOT, AID_ROOT, "system/b2g/updater" },
+ { 00775, AID_ROOT, AID_ROOT, "system/b2g/plugin-container" },
{ 00440, AID_ROOT, AID_SHELL, "system/etc/init.goldfish.rc" },
{ 00550, AID_ROOT, AID_SHELL, "system/etc/init.goldfish.sh" },
{ 00777, AID_SYSTEM, AID_SYSTEM, "system/etc/init.qcom.sdio.sh" },
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 811ba36..612fa22 100755
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -6,6 +6,7 @@
on early-init
# create mountpoints
mkdir /mnt 0775 root system
+ import /init.b2g.rc
on init
@@ -15,7 +16,6 @@
loglevel 3
# setup the global environment
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
- export LD_LIBRARY_PATH /vendor/lib:/system/lib
export ANDROID_BOOTLOGO 1
export ANDROID_ROOT /system
export ANDROID_ASSETS /system/app
--
1.7.6
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