Skip to content
Commit 1c70cd06 authored by Jiyong Park's avatar Jiyong Park
Browse files

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 0b5eb9a4)
Change-Id: I449488cba235211374e2825df97aae84395e60b6
parent b4852382
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment