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

Commit 903231e6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't check synthetic package name on dir removal."

parents add28065 0c1adb76
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2882,7 +2882,6 @@ binder::Status InstalldNativeService::createOatDir(const std::string& packageNam
binder::Status InstalldNativeService::rmPackageDir(const std::string& packageName,
                                                   const std::string& packageDir) {
    ENFORCE_UID(AID_SYSTEM);
    CHECK_ARGUMENT_PACKAGE_NAME(packageName);
    CHECK_ARGUMENT_PATH(packageDir);
    LOCK_PACKAGE();