aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-08-19 15:21:25 -0700
committerNolen Johnson <johnsonnolen@gmail.com>2020-12-23 16:27:34 -0500
commit2a521db9dcdda8672337034dc0506cccb1fa85ed (patch)
tree9584ce5fc275a81244db285420e9f9e84e748a16
parent63fcdf9b6630db60ea96d75017bb69270ac0986d (diff)
lake: init: Replace property_set() with android::base::SetProperty()
* Changed in https://github.com/LineageOS/android_system_core/commit/c88d8f93cfaa8cbf368a0fa94e8bc84bc55c3ece Test: boot, unit test cases Change-Id: I36b8c83e845d887f1b203355c2391ec123c3d05f
-rw-r--r--init/init_lake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init_lake.cpp b/init/init_lake.cpp
index 961e725..ea8f6a5 100644
--- a/init/init_lake.cpp
+++ b/init/init_lake.cpp
@@ -40,7 +40,7 @@
#include "vendor_init.h"
using android::base::GetProperty;
-using android::init::property_set;
+using android::base::SetProperty;
std::vector<std::string> ro_props_default_source_order = {
"",