Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2438d170 authored by Janis Danisevskis's avatar Janis Danisevskis Committed by Android (Google) Code Review
Browse files

Merge "Cplusplusify the constant MIN_RESTRICTED_HOME_SDK_VERSION"

parents 155d579f 40bd3eff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ namespace installd {
static constexpr const char* kCpPath = "/system/bin/cp";
static constexpr const char* kXattrDefault = "user.default";

#define MIN_RESTRICTED_HOME_SDK_VERSION 24 // > M
static constexpr const int MIN_RESTRICTED_HOME_SDK_VERSION = 24; // > M

typedef int fd_t;