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

Commit 10d57c4b authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Fix two zygote imports."

parents 2e9d924d a9569ff7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -16,8 +16,8 @@


package com.android.internal.os;
package com.android.internal.os;


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


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