commit | b511e7f33ac7972126f12459904fff74b540d11f | [log] [tgz] |
---|---|---|
author | Felka Chang <felkachang@google.com> | Wed Jul 08 14:55:39 2020 +0800 |
committer | Dario Freni <dariofreni@google.com> | Tue Oct 27 14:50:39 2020 +0000 |
tree | 2585fa1ecca4a431ff820b45d4361d64783b7c41 | |
parent | 2c892f87008dac1f991691a5ba15f3e2cccec332 [diff] |
Let genrule have the entrance depend on signapk Currently, it may be a good idea to let genrule module depend on java_library_host by changing soong. To change signapk module type from java_library_host to java_binary_host makes the genrule can depend on the signapk module directly and generate the signapk.jar at the same time. Test: for i in `seq 1 10` ; \ do\ make clean; \ make -j64 apexer_test_host_tools; \ done Bug: 160632228 Bug: 157878202 Change-Id: I63ae661b9b419ddc6e69ccfc9a29fd28b116c0b5 Merged-In: I63ae661b9b419ddc6e69ccfc9a29fd28b116c0b5 (cherry picked from commit d8442b4c88694302f86b55cf6a1cdfd4fbe6ab38)
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.