commit | bc7680c4d7a94cfafcc3c925f0fbf134bc1dfcb8 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Thu Aug 13 10:40:39 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 13 10:40:39 2015 +0000 |
tree | ab3fe34c9a2a6cb8be848de6b1c196c9e80234ae | |
parent | 5f79bcdd070f4069cd60bbe68430ee172575f9e2 [diff] | |
parent | f39a25bc28555431c315440d4a14c199178451f6 [diff] |
Merge "Include the okhttp.jar when compiling against internal classes"
diff --git a/core/config.mk b/core/config.mk index 876161b..498c793 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -595,7 +595,7 @@ # allow overriding default Java libraries on a per-target basis ifeq ($(TARGET_DEFAULT_JAVA_LIBRARIES),) - TARGET_DEFAULT_JAVA_LIBRARIES := core-libart core-junit ext framework + TARGET_DEFAULT_JAVA_LIBRARIES := core-libart core-junit ext framework okhttp endif # Flags for DEX2OAT