Skip to content
Snippets Groups Projects
Commit 96e2448c authored by Michael Vines's avatar Michael Vines
Browse files

Add support for ics_chocolate_rb4.2

Change-Id: Ieed292463e1983b83c70cbd06ddb9aa6c6c4aad1
parent 435ab72d
No related branches found
No related tags found
No related merge requests found
../ics_chocolate/kernel
\ No newline at end of file
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment