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:
Subhajeet Muhuri 2020-10-02 12:35:04 +05:30 committed by OdSazib
parent 1d115a0fe5
commit eedfe19a39
No known key found for this signature in database
GPG key ID: 0954440B60470871

View file

@ -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;