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

Commit 7af8f5ba authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 10d57c4b: Merge "Fix two zygote imports."

* commit '10d57c4b':
  Fix two zygote imports.
parents cf939672 10d57c4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@

package com.android.internal.os;

import static libcore.io.OsConstants.S_IRWXG;
import static libcore.io.OsConstants.S_IRWXO;
import static android.system.OsConstants.S_IRWXG;
import static android.system.OsConstants.S_IRWXO;

import android.content.res.Resources;
import android.content.res.TypedArray;