Merge "bionic: libc: Added path to root ramdisk build properties file."
This commit is contained in:
commit
2b15f54a48
@ -50,7 +50,7 @@ typedef struct prop_msg prop_msg;
|
|||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
struct prop_msg
|
struct prop_msg
|
||||||
{
|
{
|
||||||
unsigned cmd;
|
unsigned cmd;
|
||||||
char name[PROP_NAME_MAX];
|
char name[PROP_NAME_MAX];
|
||||||
@ -58,7 +58,7 @@ struct prop_msg
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define PROP_MSG_SETPROP 1
|
#define PROP_MSG_SETPROP 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Rules:
|
** Rules:
|
||||||
**
|
**
|
||||||
@ -82,6 +82,7 @@ struct prop_msg
|
|||||||
#define PROP_PATH_SYSTEM_BUILD "/system/build.prop"
|
#define PROP_PATH_SYSTEM_BUILD "/system/build.prop"
|
||||||
#define PROP_PATH_SYSTEM_DEFAULT "/system/default.prop"
|
#define PROP_PATH_SYSTEM_DEFAULT "/system/default.prop"
|
||||||
#define PROP_PATH_VENDOR_BUILD "/vendor/build.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_LOCAL_OVERRIDE "/data/local.prop"
|
||||||
#define PROP_PATH_FACTORY "/factory/factory.prop"
|
#define PROP_PATH_FACTORY "/factory/factory.prop"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user