mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 13:47:44 +02:00
Upstream system_properties
This commit is contained in:
@ -52,7 +52,7 @@ class SystemProperties {
|
||||
explicit SystemProperties(bool initialized) : initialized_(initialized) {
|
||||
}
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(SystemProperties);
|
||||
BIONIC_DISALLOW_COPY_AND_ASSIGN(SystemProperties);
|
||||
|
||||
bool Init(const char* filename);
|
||||
bool AreaInit(const char* filename, bool* fsetxattr_failed);
|
||||
|
Reference in New Issue
Block a user