Files
build_soong/java
patricktu 242faad111 AIDEGen: Remove the duplicate *.srcjar from srcs
AIDEGen collects the complied sources which are generated from build
system, the sources includes not only java/kt files but also srcjar
files. Since the srcjar files are record in srcjars parameter in json
file, we should keep only java or kt files in the srcs parameter.

The size diff of module_bp_java_deps.json:
Without this patch: 15,298,369 Bytes
With this patch: 15,044,804 Bytes

The build time diff:
Without this patch: 2m31.345
With this patch: 2m32.662

Bug: 141528361
Test: 1. m clean -j
      2. aidegen tradefed
      3. Open out/soong/module_bp_java_deps.json
      4. Find the module CtsSyncManagerCommon and check the
         sync_manager_cts.srcjar files doesn't exist in srcs but exists
         in srcjars section.

Change-Id: I43fc5c05b657473054e632cae4795220907dc711
2019-10-14 10:16:17 +08:00
..
2019-09-10 22:47:53 +02:00
2019-07-17 11:15:09 -07:00
2019-08-28 14:58:19 -07:00
2019-08-28 14:58:19 -07:00
2019-09-04 12:10:00 +09:00
2019-08-28 18:17:30 -07:00
2019-01-23 18:05:18 +00:00
2019-07-17 11:15:09 -07:00
2019-06-13 05:22:03 +00:00
2019-07-17 11:15:09 -07:00
2019-09-06 14:18:01 -07:00
2019-07-17 11:15:09 -07:00