Replace aapt(1) with an R.txt generator
We currently use aapt(1) to generate an R.txt file so that we can compile our resources and java targets concurrently. This cl replaces aapt with a custom res/ parser that extracts resource java constant names to output a dummy R.txt file. This new implementation has a significant speedup over aapt (60% on average). Bug: 820460 Change-Id: I7c912390a7789385a84a4102aee6bdb70011b248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015609Reviewed-by:Andrew Grieve <agrieve@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#736873}
Showing
Please register or sign in to comment