commit | 157f849dca6ce69ea3fbc7091cc7852abef34f11 | [log] [tgz] |
---|---|---|
author | SamarV-121 <samar@samarv121.dev> | Mon Jul 17 23:56:36 2023 +0530 |
committer | SamarV-121 <samar@samarv121.dev> | Tue Jul 18 23:05:23 2023 +0530 |
tree | 9126a569e792d930c4146ea69103701e80166141 | |
parent | b0497410da096254c6757d7ba7222f20daca08dd [diff] |
fixup! RM6785: Refactor libinit Change-Id: Iae2ffe593bdedb8c370998b79a5f419632151d67
diff --git a/init/init_RM6785.cpp b/init/init_RM6785.cpp index 2ce8964..3cb9951 100644 --- a/init/init_RM6785.cpp +++ b/init/init_RM6785.cpp
@@ -16,8 +16,8 @@ constexpr const char* kProcOperatorPath = "/proc/oppoVersion/operatorName"; struct DeviceProps { - std::string device; std::string model; + std::string device; }; void property_override(const char* prop, const char* value, bool add = true) {