summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorAndres Morales <anmorales@google.com>2015-01-13 18:00:56 -0800
committerAndres Morales <anmorales@google.com>2015-01-13 18:07:23 -0800
commit9d9ebc5fc9db5308205cc222d9bb1c75040dba30 (patch)
tree3bbf5350f1092e78fdabca65c2e1422a39fcc7ab /libc
parent85747809b05a5e3b48bd4da9a7ea98d0adf8f919 (diff)
downloadbionic-9d9ebc5fc9db5308205cc222d9bb1c75040dba30.zip
bionic-9d9ebc5fc9db5308205cc222d9bb1c75040dba30.tar.gz
bionic-9d9ebc5fc9db5308205cc222d9bb1c75040dba30.tar.bz2
bionic: libc: Added path to root ramdisk build properties file.
Change-Id: Id850e4e5ef4e91cea7ad53f6858886daf660eeec
Diffstat (limited to 'libc')
-rw-r--r--libc/include/sys/_system_properties.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/include/sys/_system_properties.h b/libc/include/sys/_system_properties.h
index 0349e4c..44fe991 100644
--- a/libc/include/sys/_system_properties.h
+++ b/libc/include/sys/_system_properties.h
@@ -50,7 +50,7 @@ typedef struct prop_msg prop_msg;
__BEGIN_DECLS
-struct prop_msg
+struct prop_msg
{
unsigned cmd;
char name[PROP_NAME_MAX];
@@ -58,7 +58,7 @@ struct prop_msg
};
#define PROP_MSG_SETPROP 1
-
+
/*
** Rules:
**
@@ -82,6 +82,7 @@ struct prop_msg
#define PROP_PATH_SYSTEM_BUILD "/system/build.prop"
#define PROP_PATH_SYSTEM_DEFAULT "/system/default.prop"
#define PROP_PATH_VENDOR_BUILD "/vendor/build.prop"
+#define PROP_PATH_BOOTIMAGE_BUILD "/build.prop"
#define PROP_PATH_LOCAL_OVERRIDE "/data/local.prop"
#define PROP_PATH_FACTORY "/factory/factory.prop"