am 3fa67465: Merge "add factory property file definition"

# By Andrew Boie
# Via Andrew Boie (1) and Gerrit Code Review (1)
* commit '3fa67465365baf87f751bea09847e32f01005788':
  add factory property file definition
This commit is contained in:
Dima Zavin 2013-02-12 11:12:49 -08:00 committed by Android Git Automerger
commit ac480b422a

View File

@ -104,6 +104,7 @@ struct prop_msg
#define PROP_PATH_SYSTEM_BUILD "/system/build.prop"
#define PROP_PATH_SYSTEM_DEFAULT "/system/default.prop"
#define PROP_PATH_LOCAL_OVERRIDE "/data/local.prop"
#define PROP_PATH_FACTORY "/factory/factory.prop"
#endif
#endif