Snap for 4977457 from 096c66546e to qt-release
Change-Id: I712d13d7a492c78753d62e2a858297df64335c0a
This commit is contained in:
@@ -13,6 +13,10 @@ on init
|
||||
export ANDROID_DATA /data
|
||||
export EXTERNAL_STORAGE /sdcard
|
||||
|
||||
symlink /proc/self/fd/0 /dev/stdin
|
||||
symlink /proc/self/fd/1 /dev/stdout
|
||||
symlink /proc/self/fd/2 /dev/stderr
|
||||
|
||||
symlink /system/bin /bin
|
||||
symlink /system/etc /etc
|
||||
|
||||
|
||||
+7
-5
@@ -24,13 +24,15 @@ cc_binary {
|
||||
"-Werror",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"libbootloader_message",
|
||||
"libotautil",
|
||||
"libfs_mgr",
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libbootloader_message",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libfs_mgr",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"libotautil",
|
||||
],
|
||||
|
||||
init_rc: [
|
||||
|
||||
Reference in New Issue
Block a user