Fix two zygote imports.

Change-Id: I5eea2d9f48479c33e1594aaa259274e5e787a1df
This commit is contained in:
Elliott Hughes
2014-04-28 20:53:52 -07:00
parent 2e9d924d4f
commit a9569ff70f

View File

@ -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;