commit | c826257bf36fa6c73a23f799dc819a7aeb5a26bf | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Apr 22 12:17:51 2014 -0700 |
committer | Nick Kralevich <nnk@google.com> | Tue Apr 22 12:17:51 2014 -0700 |
tree | ab5709c7aa560f30e5e570b2b32606239f7a74fb | |
parent | fc3c6a0ef36cc4969aa7d8e160cc55f30c653325 [diff] |
remove unneeded import statements. Internal master is out of sync with AOSP. Resync. Change-Id: Ia3105a4b6eb835f719471a26ae4cb33962c5b19e
diff --git a/services/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java b/services/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java index e430814..fdc604f 100644 --- a/services/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java +++ b/services/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java
@@ -18,8 +18,6 @@ import android.content.Context; import android.content.Intent; -import android.os.FileUtils; -import android.os.SELinux; import android.os.SystemProperties; import android.provider.Settings; import android.util.Base64;