resolved conflicts for merge of 3c10f535 to jb-mr2-dev-plus-aosp

Change-Id: Id4ab035f92f2a8bf1b1fefdfd22ba370e33e7829
This commit is contained in:
Kenny Root
2013-04-29 23:30:40 -07:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_JAVA_LIBRARIES := bouncycastle telephony-common
LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt telephony-common
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v13 jsr305
LOCAL_MODULE_TAGS := optional

View File

@@ -45,7 +45,8 @@ import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import org.apache.harmony.xnet.provider.jsse.TrustedCertificateStore;
import com.android.org.conscrypt.TrustedCertificateStore;
public class TrustedCredentialsSettings extends Fragment {