bionic: libc: Added path to root ramdisk build properties file.

Change-Id: Id850e4e5ef4e91cea7ad53f6858886daf660eeec
This commit is contained in:
Andres Morales 2015-01-13 18:00:56 -08:00
parent 85747809b0
commit 9d9ebc5fc9

View File

@ -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"