Merge "add factory property file definition"

This commit is contained in:
Dima Zavin
2013-02-12 18:33:25 +00:00
committed by Gerrit Code Review

View File

@@ -104,6 +104,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_LOCAL_OVERRIDE "/data/local.prop" #define PROP_PATH_LOCAL_OVERRIDE "/data/local.prop"
#define PROP_PATH_FACTORY "/factory/factory.prop"
#endif #endif
#endif #endif