sdm660-common: init: Replace property_set() with android::base::SetProperty()
https: //android.googlesource.com/platform/system/core/+/c88d8f93cfaa8cbf368a0fa94e8bc84bc55c3ece Change-Id: Ifa21fcb93b9070f063c64521c525ab7d75db6a6d
This commit is contained in:
parent
1d115a0fe5
commit
eedfe19a39
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
#include "property_service.h"
|
||||
|
||||
using android::base::GetProperty;
|
||||
using android::init::property_set;
|
||||
using android::base::SetProperty;
|
||||
using android::base::ReadFileToString;
|
||||
using android::base::Trim;
|
||||
|
||||
|
|
Loading…
Reference in a new issue