From 71d220c1de1372e20c8bbec4ccf387991a3bb549 Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Mon, 10 Nov 2014 16:59:57 -0800 Subject: [PATCH] bionic: libc: Added path to vendor build properties file. Change-Id: Ia9fc257a82fdd592751cbcde3fcf453a49856f62 Signed-off-by: Daniel Rosenberg --- libc/include/sys/_system_properties.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/sys/_system_properties.h b/libc/include/sys/_system_properties.h index 5a681df72..0349e4c3d 100644 --- a/libc/include/sys/_system_properties.h +++ b/libc/include/sys/_system_properties.h @@ -81,6 +81,7 @@ struct prop_msg #define PROP_PATH_RAMDISK_DEFAULT "/default.prop" #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_LOCAL_OVERRIDE "/data/local.prop" #define PROP_PATH_FACTORY "/factory/factory.prop"