System_Property_Get: Set default path for build.prop

Change-Id: I5f4fa7150c025033eca29bf4fe3fe3f908f18e5e
This commit is contained in:
Captain Throwback
2022-01-05 18:58:19 -05:00
parent 546ebc391d
commit 086358633e
+1 -1
View File
@@ -855,7 +855,7 @@ string TWFunc::Get_Current_Date() {
}
string TWFunc::System_Property_Get(string Prop_Name) {
return System_Property_Get(Prop_Name, PartitionManager, PartitionManager.Get_Android_Root_Path(), "");
return System_Property_Get(Prop_Name, PartitionManager, PartitionManager.Get_Android_Root_Path(), "build.prop");
}
string TWFunc::System_Property_Get(string Prop_Name, TWPartitionManager &PartitionManager, string Mount_Point, string prop_file_name) {