You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'.
Consider something like:
| project art/ | |
| diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc | |
| index a8ab7c6..2bb04a2 100644 | |
| --- a/compiler/driver/compiler_driver.cc | |
| +++ b/compiler/driver/compiler_driver.cc | |
| @@ -442,7 +442,7 @@ void CompilerDriver::CompileAll(jobject class_loader, | |
| // We do not decompile a RETURN_VOID_NO_BARRIER into a RETURN_VOID, as the quickening | |
| // optimization does not depend on the boot image (the optimization relies on not | |
| // having final fields in a class, which does not change for an app). |
| diff --git a/oatdump/Android.bp b/oatdump/Android.bp | |
| index 71e276d..3d50229 100644 | |
| --- a/oatdump/Android.bp | |
| +++ b/oatdump/Android.bp | |
| @@ -35,6 +35,7 @@ art_cc_binary { | |
| shared_libs: [ | |
| "libart", | |
| "libart-compiler", | |
| + "libart-dexlayout", | |
| "libart-disassembler", |
| [repositories] | |
| local | |
| nexus-aliyun:http://maven.aliyun.com/nexus/content/groups/public | |
| oschina:http://maven.oschina.net/content/groups/public/ | |
| repo2:http://repo2.maven.org/maven2 | |
| jboss:http://repository.jboss.com/maven2/ | |
| sonatype:http://repository.sonatype.org/content/groups/public/ | |
| ibiblio:http://mirrors.ibiblio.org/pub/mirrors/maven2/org/acegisecurity/ | |
| oschina-ivy:http://maven.oschina.net/content/groups/public/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] | |
| sbt-releases-repo: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] |
| diff --git a/dexlayout/Android.bp b/dexlayout/Android.bp | |
| index 33ba58f..f3b2a7e 100644 | |
| --- a/dexlayout/Android.bp | |
| +++ b/dexlayout/Android.bp | |
| @@ -74,6 +74,13 @@ cc_defaults { | |
| ], | |
| } | |
| +cc_defaults { | |
| + name: "compact_dex_converter_defaults", |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.