Colin Cross | 3e3e72d | 2017-06-22 17:20:19 -0700 | [diff] [blame] | 1 | // Copyright 2017 Google Inc. All rights reserved. |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | package config |
| 16 | |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 17 | import ( |
Colin Cross | 3bc7ffa | 2017-11-22 16:19:37 -0800 | [diff] [blame] | 18 | "path/filepath" |
| 19 | "runtime" |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 20 | "strings" |
| 21 | |
| 22 | _ "github.com/google/blueprint/bootstrap" |
| 23 | |
| 24 | "android/soong/android" |
Ramy Medhat | 1dcc27e | 2020-04-21 21:36:23 -0400 | [diff] [blame] | 25 | "android/soong/remoteexec" |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 26 | ) |
Colin Cross | 3e3e72d | 2017-06-22 17:20:19 -0700 | [diff] [blame] | 27 | |
| 28 | var ( |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 29 | pctx = android.NewPackageContext("android/soong/java/config") |
| 30 | |
Pete Gillin | 0638dfc | 2020-07-01 10:48:14 +0100 | [diff] [blame] | 31 | LegacyCorePlatformBootclasspathLibraries = []string{"legacy.core.platform.api.stubs", "core-lambda-stubs"} |
| 32 | LegacyCorePlatformSystemModules = "legacy-core-platform-api-stubs-system-modules" |
Pete Gillin | 84c3807 | 2020-07-09 18:03:41 +0100 | [diff] [blame] | 33 | StableCorePlatformBootclasspathLibraries = []string{"stable.core.platform.api.stubs", "core-lambda-stubs"} |
| 34 | StableCorePlatformSystemModules = "stable-core-platform-api-stubs-system-modules" |
Pete Gillin | 0638dfc | 2020-07-01 10:48:14 +0100 | [diff] [blame] | 35 | FrameworkLibraries = []string{"ext", "framework"} |
| 36 | DefaultLambdaStubsLibrary = "core-lambda-stubs" |
| 37 | SdkLambdaStubsPath = "prebuilts/sdk/tools/core-lambda-stubs.jar" |
Colin Cross | cb93359 | 2017-11-22 13:49:43 -0800 | [diff] [blame] | 38 | |
Chris Gross | 2f74869 | 2020-06-24 20:36:59 +0000 | [diff] [blame] | 39 | DefaultMakeJacocoExcludeFilter = []string{"org.junit.*", "org.jacoco.*", "org.mockito.*"} |
| 40 | DefaultJacocoExcludeFilter = []string{"org.junit.**", "org.jacoco.**", "org.mockito.**"} |
Colin Cross | cb93359 | 2017-11-22 13:49:43 -0800 | [diff] [blame] | 41 | |
| 42 | InstrumentFrameworkModules = []string{ |
| 43 | "framework", |
Allen Hair | 74cd286 | 2019-11-07 15:09:15 -0800 | [diff] [blame] | 44 | "framework-minus-apex", |
Colin Cross | cb93359 | 2017-11-22 13:49:43 -0800 | [diff] [blame] | 45 | "telephony-common", |
| 46 | "services", |
| 47 | "android.car", |
| 48 | "android.car7", |
Adam Vartanian | fa62cfc | 2019-03-08 14:46:36 +0000 | [diff] [blame] | 49 | "conscrypt", |
Victor Chang | 07b5b4c | 2019-08-06 16:57:40 +0100 | [diff] [blame] | 50 | "core-icu4j", |
Pete Gillin | 7868a09 | 2017-12-19 15:01:39 +0000 | [diff] [blame] | 51 | "core-oj", |
Pete Gillin | 5d13354 | 2018-02-13 15:23:14 +0000 | [diff] [blame] | 52 | "core-libart", |
Anton Hansson | 91133e6 | 2020-01-17 09:55:03 +0000 | [diff] [blame] | 53 | // TODO: Could this be all updatable bootclasspath jars? |
Insun Kang | 2343386 | 2019-01-24 20:46:28 +0900 | [diff] [blame] | 54 | "updatable-media", |
Jeff Sharkey | 38338a9 | 2019-12-15 22:05:02 -0700 | [diff] [blame] | 55 | "framework-mediaprovider", |
Anton Hansson | 91133e6 | 2020-01-17 09:55:03 +0000 | [diff] [blame] | 56 | "framework-sdkextensions", |
evitayan | 2e56067 | 2020-02-24 15:02:02 -0800 | [diff] [blame] | 57 | "android.net.ipsec.ike", |
Colin Cross | cb93359 | 2017-11-22 13:49:43 -0800 | [diff] [blame] | 58 | } |
Colin Cross | 3e3e72d | 2017-06-22 17:20:19 -0700 | [diff] [blame] | 59 | ) |
| 60 | |
Colin Cross | 33961b5 | 2019-07-11 11:01:22 -0700 | [diff] [blame] | 61 | const ( |
| 62 | JavaVmFlags = `-XX:OnError="cat hs_err_pid%p.log" -XX:CICompilerCount=6 -XX:+UseDynamicNumberOfGCThreads` |
Jared Duke | 0849c14 | 2022-01-28 11:30:16 -0800 | [diff] [blame] | 63 | JavacVmFlags = `-J-XX:OnError="cat hs_err_pid%p.log" -J-XX:CICompilerCount=6 -J-XX:+UseDynamicNumberOfGCThreads -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1` |
Colin Cross | 33961b5 | 2019-07-11 11:01:22 -0700 | [diff] [blame] | 64 | ) |
| 65 | |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 66 | func init() { |
| 67 | pctx.Import("github.com/google/blueprint/bootstrap") |
| 68 | |
Colin Cross | fee57cb | 2017-09-05 13:16:45 -0700 | [diff] [blame] | 69 | pctx.StaticVariable("JavacHeapSize", "2048M") |
| 70 | pctx.StaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}") |
Colin Cross | 8bf6cad | 2022-02-28 13:07:03 -0800 | [diff] [blame] | 71 | |
| 72 | // ErrorProne can use significantly more memory than javac alone, give it a higher heap |
| 73 | // size (b/221480398). |
| 74 | pctx.StaticVariable("ErrorProneHeapSize", "4096M") |
| 75 | pctx.StaticVariable("ErrorProneHeapFlags", "-J-Xmx${ErrorProneHeapSize}") |
| 76 | |
Sasha Smundak | ee5c603 | 2019-07-09 11:26:20 -0700 | [diff] [blame] | 77 | pctx.StaticVariable("DexFlags", "-JXX:OnError='cat hs_err_pid%p.log' -JXX:CICompilerCount=6 -JXX:+UseDynamicNumberOfGCThreads") |
Colin Cross | 3203dde | 2017-08-28 17:23:21 -0700 | [diff] [blame] | 78 | |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 79 | pctx.StaticVariable("CommonJdkFlags", strings.Join([]string{ |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 80 | `-Xmaxerrs 9999999`, |
| 81 | `-encoding UTF-8`, |
| 82 | `-sourcepath ""`, |
| 83 | `-g`, |
Colin Cross | 945c000 | 2017-09-19 10:52:23 -0700 | [diff] [blame] | 84 | // Turbine leaves out bridges which can cause javac to unnecessarily insert them into |
| 85 | // subclasses (b/65645120). Setting this flag causes our custom javac to assume that |
| 86 | // the missing bridges will exist at runtime and not recreate them in subclasses. |
| 87 | // If a different javac is used the flag will be ignored and extra bridges will be inserted. |
| 88 | // The flag is implemented by https://android-review.googlesource.com/c/486427 |
| 89 | `-XDskipDuplicateBridges=true`, |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 90 | |
Colin Cross | 1369cdb | 2017-09-29 17:58:17 -0700 | [diff] [blame] | 91 | // b/65004097: prevent using java.lang.invoke.StringConcatFactory when using -target 1.9 |
| 92 | `-XDstringConcat=inline`, |
| 93 | }, " ")) |
Colin Cross | 33961b5 | 2019-07-11 11:01:22 -0700 | [diff] [blame] | 94 | |
| 95 | pctx.StaticVariable("JavaVmFlags", JavaVmFlags) |
| 96 | pctx.StaticVariable("JavacVmFlags", JavacVmFlags) |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 97 | |
| 98 | pctx.VariableConfigMethod("hostPrebuiltTag", android.Config.PrebuiltOS) |
| 99 | |
Dan Willemsen | 54daaf0 | 2018-03-12 13:24:09 -0700 | [diff] [blame] | 100 | pctx.VariableFunc("JavaHome", func(ctx android.PackageVarContext) string { |
Dan Willemsen | d9e8f0a | 2017-10-30 13:42:06 -0700 | [diff] [blame] | 101 | // This is set up and guaranteed by soong_ui |
Dan Willemsen | 54daaf0 | 2018-03-12 13:24:09 -0700 | [diff] [blame] | 102 | return ctx.Config().Getenv("ANDROID_JAVA_HOME") |
Colin Cross | e2ad230 | 2017-10-05 16:48:56 -0700 | [diff] [blame] | 103 | }) |
Pete Gillin | 1f52e93 | 2019-10-09 17:10:08 +0100 | [diff] [blame] | 104 | pctx.VariableFunc("JlinkVersion", func(ctx android.PackageVarContext) string { |
Pete Gillin | a2affbb | 2019-11-07 18:55:53 +0000 | [diff] [blame] | 105 | if override := ctx.Config().Getenv("OVERRIDE_JLINK_VERSION_NUMBER"); override != "" { |
| 106 | return override |
| 107 | } |
Colin Cross | 59c1e6a | 2022-03-04 13:37:19 -0800 | [diff] [blame] | 108 | switch ctx.Config().Getenv("EXPERIMENTAL_USE_OPENJDK17_TOOLCHAIN") { |
| 109 | case "true": |
| 110 | return "17" |
| 111 | default: |
| 112 | return "11" |
| 113 | } |
Pete Gillin | 1f52e93 | 2019-10-09 17:10:08 +0100 | [diff] [blame] | 114 | }) |
Colin Cross | e2ad230 | 2017-10-05 16:48:56 -0700 | [diff] [blame] | 115 | |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 116 | pctx.SourcePathVariable("JavaToolchain", "${JavaHome}/bin") |
| 117 | pctx.SourcePathVariableWithEnvOverride("JavacCmd", |
| 118 | "${JavaToolchain}/javac", "ALTERNATE_JAVAC") |
| 119 | pctx.SourcePathVariable("JavaCmd", "${JavaToolchain}/java") |
| 120 | pctx.SourcePathVariable("JarCmd", "${JavaToolchain}/jar") |
| 121 | pctx.SourcePathVariable("JavadocCmd", "${JavaToolchain}/javadoc") |
Tobias Thierer | 77d0b41 | 2017-08-31 16:08:39 +0100 | [diff] [blame] | 122 | pctx.SourcePathVariable("JlinkCmd", "${JavaToolchain}/jlink") |
| 123 | pctx.SourcePathVariable("JmodCmd", "${JavaToolchain}/jmod") |
Colin Cross | 1369cdb | 2017-09-29 17:58:17 -0700 | [diff] [blame] | 124 | pctx.SourcePathVariable("JrtFsJar", "${JavaHome}/lib/jrt-fs.jar") |
Sasha Smundak | 2a4549e | 2018-11-05 16:49:08 -0800 | [diff] [blame] | 125 | pctx.SourcePathVariable("JavaKytheExtractorJar", "prebuilts/build-tools/common/framework/javac_extractor.jar") |
Nan Zhang | ed19fc3 | 2017-10-19 13:06:22 -0700 | [diff] [blame] | 126 | pctx.SourcePathVariable("Ziptime", "prebuilts/build-tools/${hostPrebuiltTag}/bin/ziptime") |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 127 | |
Colin Cross | 9b1aa0c | 2020-06-25 17:12:28 -0700 | [diff] [blame] | 128 | pctx.HostBinToolVariable("GenKotlinBuildFileCmd", "gen-kotlin-build-file.py") |
Przemyslaw Szczepaniak | 4b5fe9d | 2018-02-13 14:32:54 +0000 | [diff] [blame] | 129 | |
Colin Cross | b852a58 | 2017-08-10 17:58:12 -0700 | [diff] [blame] | 130 | pctx.SourcePathVariable("JarArgsCmd", "build/soong/scripts/jar-args.sh") |
Vladimir Marko | 0975ee0 | 2019-04-02 10:29:55 +0100 | [diff] [blame] | 131 | pctx.SourcePathVariable("PackageCheckCmd", "build/soong/scripts/package-check.sh") |
Colin Cross | 66f7882 | 2018-05-02 12:58:28 -0700 | [diff] [blame] | 132 | pctx.HostBinToolVariable("ExtractJarPackagesCmd", "extract_jar_packages") |
Colin Cross | a482065 | 2017-10-17 13:56:52 -0700 | [diff] [blame] | 133 | pctx.HostBinToolVariable("SoongZipCmd", "soong_zip") |
| 134 | pctx.HostBinToolVariable("MergeZipsCmd", "merge_zips") |
Colin Cross | cb93359 | 2017-11-22 13:49:43 -0800 | [diff] [blame] | 135 | pctx.HostBinToolVariable("Zip2ZipCmd", "zip2zip") |
Colin Cross | 436b765 | 2018-03-15 16:24:10 -0700 | [diff] [blame] | 136 | pctx.HostBinToolVariable("ZipSyncCmd", "zipsync") |
Nan Zhang | 61819ce | 2018-05-04 18:49:16 -0700 | [diff] [blame] | 137 | pctx.HostBinToolVariable("ApiCheckCmd", "apicheck") |
Colin Cross | c899d78 | 2021-11-04 10:25:20 -0700 | [diff] [blame] | 138 | pctx.HostBinToolVariable("D8Cmd", "d8") |
| 139 | pctx.HostBinToolVariable("R8Cmd", "r8-compat-proguard") |
Colin Cross | f24a22a | 2019-01-31 14:12:44 -0800 | [diff] [blame] | 140 | pctx.HostBinToolVariable("HiddenAPICmd", "hiddenapi") |
Sasha Smundak | a7856c0 | 2020-04-23 09:49:59 -0700 | [diff] [blame] | 141 | pctx.HostBinToolVariable("ExtractApksCmd", "extract_apks") |
Dan Willemsen | 54daaf0 | 2018-03-12 13:24:09 -0700 | [diff] [blame] | 142 | pctx.VariableFunc("TurbineJar", func(ctx android.PackageVarContext) string { |
Nan Zhang | 9a36418 | 2017-10-25 11:11:37 -0700 | [diff] [blame] | 143 | turbine := "turbine.jar" |
Jeongik Cha | 816a23a | 2020-07-08 01:09:23 +0900 | [diff] [blame] | 144 | if ctx.Config().AlwaysUsePrebuiltSdks() { |
Dan Willemsen | 54daaf0 | 2018-03-12 13:24:09 -0700 | [diff] [blame] | 145 | return "prebuilts/build-tools/common/framework/" + turbine |
Nan Zhang | 9a36418 | 2017-10-25 11:11:37 -0700 | [diff] [blame] | 146 | } else { |
Martin Stjernholm | 7260d06 | 2019-12-09 21:47:14 +0000 | [diff] [blame] | 147 | return ctx.Config().HostJavaToolPath(ctx, turbine).String() |
Nan Zhang | 9a36418 | 2017-10-25 11:11:37 -0700 | [diff] [blame] | 148 | } |
| 149 | }) |
Alan Leung | 1d476fc | 2017-10-17 18:50:50 -0700 | [diff] [blame] | 150 | |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 151 | pctx.HostJavaToolVariable("JarjarCmd", "jarjar.jar") |
Nan Zhang | 581fd21 | 2018-01-10 16:06:12 -0800 | [diff] [blame] | 152 | pctx.HostJavaToolVariable("JsilverJar", "jsilver.jar") |
| 153 | pctx.HostJavaToolVariable("DoclavaJar", "doclava.jar") |
Nan Zhang | 79614d1 | 2018-04-19 18:03:39 -0700 | [diff] [blame] | 154 | pctx.HostJavaToolVariable("MetalavaJar", "metalava.jar") |
Nan Zhang | 86d2d55 | 2018-08-09 15:33:27 -0700 | [diff] [blame] | 155 | pctx.HostJavaToolVariable("DokkaJar", "dokka.jar") |
Nan Zhang | 4c819fb | 2018-08-27 18:31:46 -0700 | [diff] [blame] | 156 | pctx.HostJavaToolVariable("JetifierJar", "jetifier.jar") |
Ramy Medhat | 1dcc27e | 2020-04-21 21:36:23 -0400 | [diff] [blame] | 157 | pctx.HostJavaToolVariable("R8Jar", "r8-compat-proguard.jar") |
| 158 | pctx.HostJavaToolVariable("D8Jar", "d8.jar") |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 159 | |
Colin Cross | a482065 | 2017-10-17 13:56:52 -0700 | [diff] [blame] | 160 | pctx.HostBinToolVariable("SoongJavacWrapper", "soong_javac_wrapper") |
Colin Cross | 43f08db | 2018-11-12 10:13:39 -0800 | [diff] [blame] | 161 | pctx.HostBinToolVariable("DexpreoptGen", "dexpreopt_gen") |
Colin Cross | a482065 | 2017-10-17 13:56:52 -0700 | [diff] [blame] | 162 | |
Colin Cross | 77cdcfd | 2021-03-12 11:28:25 -0800 | [diff] [blame] | 163 | pctx.StaticVariableWithEnvOverride("REJavaPool", "RBE_JAVA_POOL", "java16") |
| 164 | pctx.StaticVariableWithEnvOverride("REJavacExecStrategy", "RBE_JAVAC_EXEC_STRATEGY", remoteexec.RemoteLocalFallbackExecStrategy) |
| 165 | pctx.StaticVariableWithEnvOverride("RED8ExecStrategy", "RBE_D8_EXEC_STRATEGY", remoteexec.RemoteLocalFallbackExecStrategy) |
| 166 | pctx.StaticVariableWithEnvOverride("RER8ExecStrategy", "RBE_R8_EXEC_STRATEGY", remoteexec.RemoteLocalFallbackExecStrategy) |
| 167 | pctx.StaticVariableWithEnvOverride("RETurbineExecStrategy", "RBE_TURBINE_EXEC_STRATEGY", remoteexec.LocalExecStrategy) |
| 168 | pctx.StaticVariableWithEnvOverride("RESignApkExecStrategy", "RBE_SIGNAPK_EXEC_STRATEGY", remoteexec.LocalExecStrategy) |
| 169 | pctx.StaticVariableWithEnvOverride("REJarExecStrategy", "RBE_JAR_EXEC_STRATEGY", remoteexec.LocalExecStrategy) |
| 170 | pctx.StaticVariableWithEnvOverride("REZipExecStrategy", "RBE_ZIP_EXEC_STRATEGY", remoteexec.LocalExecStrategy) |
Ramy Medhat | 8ea054a | 2020-01-27 14:19:44 -0500 | [diff] [blame] | 171 | |
Colin Cross | cb93359 | 2017-11-22 13:49:43 -0800 | [diff] [blame] | 172 | pctx.HostJavaToolVariable("JacocoCLIJar", "jacoco-cli.jar") |
Colin Cross | 3bc7ffa | 2017-11-22 16:19:37 -0800 | [diff] [blame] | 173 | |
Colin Cross | 7211910 | 2019-05-20 13:14:18 -0700 | [diff] [blame] | 174 | pctx.HostBinToolVariable("ManifestCheckCmd", "manifest_check") |
Colin Cross | 4af387c | 2019-05-16 13:16:29 -0700 | [diff] [blame] | 175 | pctx.HostBinToolVariable("ManifestFixerCmd", "manifest_fixer") |
Colin Cross | cfae5a6 | 2018-05-24 16:11:20 -0700 | [diff] [blame] | 176 | |
Colin Cross | 87ecbfe | 2019-02-26 22:14:04 -0800 | [diff] [blame] | 177 | pctx.HostBinToolVariable("ManifestMergerCmd", "manifest-merger") |
Colin Cross | 43f08db | 2018-11-12 10:13:39 -0800 | [diff] [blame] | 178 | |
Andrei Onea | 23fea04 | 2020-08-12 16:48:23 +0100 | [diff] [blame] | 179 | pctx.HostBinToolVariable("Class2NonSdkList", "class2nonsdklist") |
Colin Cross | 8faf8fc | 2019-01-16 15:15:52 -0800 | [diff] [blame] | 180 | pctx.HostBinToolVariable("HiddenAPI", "hiddenapi") |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 181 | |
| 182 | hostBinToolVariableWithSdkToolsPrebuilt("Aapt2Cmd", "aapt2") |
| 183 | hostBinToolVariableWithBuildToolsPrebuilt("AidlCmd", "aidl") |
| 184 | hostBinToolVariableWithBuildToolsPrebuilt("ZipAlign", "zipalign") |
| 185 | |
| 186 | hostJavaToolVariableWithSdkToolsPrebuilt("SignapkCmd", "signapk") |
| 187 | // TODO(ccross): this should come from the signapk dependencies, but we don't have any way |
| 188 | // to express host JNI dependencies yet. |
| 189 | hostJNIToolVariableWithSdkToolsPrebuilt("SignapkJniLibrary", "libconscrypt_openjdk_jni") |
| 190 | } |
| 191 | |
| 192 | func hostBinToolVariableWithSdkToolsPrebuilt(name, tool string) { |
| 193 | pctx.VariableFunc(name, func(ctx android.PackageVarContext) string { |
Dan Willemsen | 9f43597 | 2020-05-28 15:28:00 -0700 | [diff] [blame] | 194 | if ctx.Config().AlwaysUsePrebuiltSdks() { |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 195 | return filepath.Join("prebuilts/sdk/tools", runtime.GOOS, "bin", tool) |
| 196 | } else { |
Martin Stjernholm | 7260d06 | 2019-12-09 21:47:14 +0000 | [diff] [blame] | 197 | return ctx.Config().HostToolPath(ctx, tool).String() |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 198 | } |
| 199 | }) |
| 200 | } |
| 201 | |
| 202 | func hostJavaToolVariableWithSdkToolsPrebuilt(name, tool string) { |
| 203 | pctx.VariableFunc(name, func(ctx android.PackageVarContext) string { |
Dan Willemsen | 9f43597 | 2020-05-28 15:28:00 -0700 | [diff] [blame] | 204 | if ctx.Config().AlwaysUsePrebuiltSdks() { |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 205 | return filepath.Join("prebuilts/sdk/tools/lib", tool+".jar") |
| 206 | } else { |
Martin Stjernholm | 7260d06 | 2019-12-09 21:47:14 +0000 | [diff] [blame] | 207 | return ctx.Config().HostJavaToolPath(ctx, tool+".jar").String() |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 208 | } |
| 209 | }) |
| 210 | } |
| 211 | |
| 212 | func hostJNIToolVariableWithSdkToolsPrebuilt(name, tool string) { |
| 213 | pctx.VariableFunc(name, func(ctx android.PackageVarContext) string { |
Dan Willemsen | 9f43597 | 2020-05-28 15:28:00 -0700 | [diff] [blame] | 214 | if ctx.Config().AlwaysUsePrebuiltSdks() { |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 215 | ext := ".so" |
| 216 | if runtime.GOOS == "darwin" { |
| 217 | ext = ".dylib" |
| 218 | } |
| 219 | return filepath.Join("prebuilts/sdk/tools", runtime.GOOS, "lib64", tool+ext) |
| 220 | } else { |
Martin Stjernholm | 7260d06 | 2019-12-09 21:47:14 +0000 | [diff] [blame] | 221 | return ctx.Config().HostJNIToolPath(ctx, tool).String() |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 222 | } |
| 223 | }) |
| 224 | } |
| 225 | |
| 226 | func hostBinToolVariableWithBuildToolsPrebuilt(name, tool string) { |
| 227 | pctx.VariableFunc(name, func(ctx android.PackageVarContext) string { |
Dan Willemsen | 9f43597 | 2020-05-28 15:28:00 -0700 | [diff] [blame] | 228 | if ctx.Config().AlwaysUsePrebuiltSdks() { |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 229 | return filepath.Join("prebuilts/build-tools", ctx.Config().PrebuiltOS(), "bin", tool) |
| 230 | } else { |
Martin Stjernholm | 7260d06 | 2019-12-09 21:47:14 +0000 | [diff] [blame] | 231 | return ctx.Config().HostToolPath(ctx, tool).String() |
Colin Cross | bdf9514 | 2019-08-08 12:56:34 -0700 | [diff] [blame] | 232 | } |
| 233 | }) |
Colin Cross | 6416271 | 2017-08-08 13:17:59 -0700 | [diff] [blame] | 234 | } |
Colin Cross | 33961b5 | 2019-07-11 11:01:22 -0700 | [diff] [blame] | 235 | |
| 236 | // JavaCmd returns a SourcePath object with the path to the java command. |
| 237 | func JavaCmd(ctx android.PathContext) android.SourcePath { |
| 238 | return javaTool(ctx, "java") |
| 239 | } |
| 240 | |
| 241 | // JavadocCmd returns a SourcePath object with the path to the java command. |
| 242 | func JavadocCmd(ctx android.PathContext) android.SourcePath { |
| 243 | return javaTool(ctx, "javadoc") |
| 244 | } |
| 245 | |
| 246 | func javaTool(ctx android.PathContext, tool string) android.SourcePath { |
| 247 | type javaToolKey string |
| 248 | |
| 249 | key := android.NewCustomOnceKey(javaToolKey(tool)) |
| 250 | |
| 251 | return ctx.Config().OnceSourcePath(key, func() android.SourcePath { |
| 252 | return javaToolchain(ctx).Join(ctx, tool) |
| 253 | }) |
| 254 | |
| 255 | } |
| 256 | |
| 257 | var javaToolchainKey = android.NewOnceKey("javaToolchain") |
| 258 | |
| 259 | func javaToolchain(ctx android.PathContext) android.SourcePath { |
| 260 | return ctx.Config().OnceSourcePath(javaToolchainKey, func() android.SourcePath { |
| 261 | return javaHome(ctx).Join(ctx, "bin") |
| 262 | }) |
| 263 | } |
| 264 | |
| 265 | var javaHomeKey = android.NewOnceKey("javaHome") |
| 266 | |
| 267 | func javaHome(ctx android.PathContext) android.SourcePath { |
| 268 | return ctx.Config().OnceSourcePath(javaHomeKey, func() android.SourcePath { |
| 269 | // This is set up and guaranteed by soong_ui |
| 270 | return android.PathForSource(ctx, ctx.Config().Getenv("ANDROID_JAVA_HOME")) |
| 271 | }) |
| 272 | } |