Merge "Add props files for each partition"
This commit is contained in:
commit
7844b4c5db
1 changed files with 3 additions and 0 deletions
|
@ -82,8 +82,11 @@ struct prop_msg
|
|||
*/
|
||||
|
||||
#define PROP_PATH_RAMDISK_DEFAULT "/default.prop"
|
||||
#define PROP_PATH_VENDOR_DEFAULT "/vendor/default.prop"
|
||||
#define PROP_PATH_ODM_DEFAULT "/odm/default.prop"
|
||||
#define PROP_PATH_SYSTEM_BUILD "/system/build.prop"
|
||||
#define PROP_PATH_VENDOR_BUILD "/vendor/build.prop"
|
||||
#define PROP_PATH_ODM_BUILD "/odm/build.prop"
|
||||
#define PROP_PATH_LOCAL_OVERRIDE "/data/local.prop"
|
||||
#define PROP_PATH_FACTORY "/factory/factory.prop"
|
||||
|
||||
|
|
Loading…
Reference in a new issue