commit | ada3a8d5e8f73eec6f9fb23867f00ae002ffd59d | [log] [tgz] |
---|---|---|
author | patricktu <patricktu@google.com> | Thu May 23 14:22:45 2019 +0800 |
committer | Patrick Tu <patricktu@google.com> | Mon May 27 11:17:55 2019 +0000 |
tree | 9140963689e5fb7d4dca6a57c4d39d28c2436feb | |
parent | 40b5340a94bc3199a28b99e5d1c997442f5322e0 [diff] |
AIDEGen: Add the java sources of host java library modules into module-info.json. Build module-info.json without this change: Build time: 2m50.172s File size: 21,598,737 Bytes Build module-info.json with this change: Build time: 2m50.428s File size: 21,977,565 Bytes Bug: 133148266 Test: 1. Checkout internal branch 2. Patch this CL 3. m -j out/target/product/generic_x86_64/module-info.json 4. Check the java file exists: "GtsBackupHostTestCases": { "srcs": [..., ".../BaseBackupRestoreHostSideTest.java", ...] Change-Id: I1e1b34592cb7d7abd4634d9cb1a3e276bc1dc7f1
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.