diff options
| author | 2021-10-15 02:04:45 +0000 | |
|---|---|---|
| committer | 2021-10-15 02:04:45 +0000 | |
| commit | adf2b3e68f2371cc9e6fe66c648bcd8192507e69 (patch) | |
| tree | 0204e888bd188fe7f10f77fb343c23a59ca32b36 /java/java.go | |
| parent | f7bc97ce7a9b5afd96efad424a87cc690f8568b0 (diff) | |
| parent | 9fe1410213250961b8e8427cef03a7e37cb7ec5d (diff) | |
Merge "Add android_sdk_repo_host to build platform-tools&build-tools"
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/java.go b/java/java.go index 287bcfaeb..7f7d88f7c 100644 --- a/java/java.go +++ b/java/java.go @@ -565,10 +565,6 @@ func (j *Library) GenerateAndroidBuildActions(ctx android.ModuleContext) { j.installFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"), j.Stem()+".jar", j.outputFile, extraInstallDeps...) } - - if ctx.Windows() { - j.HideFromMake() - } } func (j *Library) DepsMutator(ctx android.BottomUpMutatorContext) { @@ -1135,10 +1131,6 @@ func (j *Binary) GenerateAndroidBuildActions(ctx android.ModuleContext) { j.binaryFile = ctx.InstallExecutable(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName()+ext, j.wrapperFile) } - - if ctx.Windows() { - j.HideFromMake() - } } func (j *Binary) DepsMutator(ctx android.BottomUpMutatorContext) { |