summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-11-11 11:57:08 +0900
committerJiyong Park <jiyong@google.com>2019-11-13 21:18:14 +0900
commit1c70cd06a824dcda49036b4c8e87da97917cfd72 (patch)
tree1c4f50c00900e2cdedaede68533463f49d6b7a93 /tools/aapt2/java/JavaClassGenerator.cpp
parentb4852382faf1cddc16b362cbf43651c0520342f2 (diff)
Replace framework-annotation-proc java lib with framework-all
The purpose of the java lib framework-annotation-proc is to run some annotation processesors on source files in framework-all-sources. However, running an annotation processor requires the compilation of the entire source files; in fact, the output of the annotation processors are created as byproduct of the compilation. This is a duplicated compliation because we already are compiling the source files for the framework-all java lib. To reduce the duplication, replacing the references to framework-annotation-proc with framework-all, and removing framework-annotation-proc. Test: m Merged-In: I449488cba235211374e2825df97aae84395e60b6 (cherry picked from commit 0b5eb9a48687d91144399f029cf136d0617a7b74) Change-Id: I449488cba235211374e2825df97aae84395e60b6
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions