diff options
author | Bjorn Bringert <bringert@android.com> | 2011-10-18 16:08:27 +0100 |
---|---|---|
committer | Bjorn Bringert <bringert@android.com> | 2011-10-18 16:08:27 +0100 |
commit | 20f5efd82caf038697c03daa230345cdda9ae31d (patch) | |
tree | c682d73941297ab3b7c8acd3b3e947dc6214e911 /core/tasks | |
parent | 99732e2c5937078ab3a65245db4d034669c36d02 (diff) | |
download | build-20f5efd82caf038697c03daa230345cdda9ae31d.zip build-20f5efd82caf038697c03daa230345cdda9ae31d.tar.gz build-20f5efd82caf038697c03daa230345cdda9ae31d.tar.bz2 |
Compile each proto file separately
Before, if a module had several proto source files,
they would all be compiled in a single invocation
of aprotoc. If any of the files imported one of the
other files, you got an aprotoc error about duplicates.
And if you removed the files that were imported
from the list of source files, no Java code
would be generated for the imported files,
causing a Java compile time error.
This changes compiles each proto file separately, which
avoids both of the problems above. It's slightly more
inefficient, but aprotoc is really fast.
Change-Id: I7bd8092ec2953c20269367a1c68ff84acceea3be
Diffstat (limited to 'core/tasks')
0 files changed, 0 insertions, 0 deletions