commit | 0dfb3aea7523b2195a8b8a525eee025463342f48 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Jan 30 22:15:42 2023 +0000 |
committer | Dennis Shen <dzshen@google.com> | Tue Jan 31 13:28:09 2023 +0000 |
tree | 115faf755a0b92ded77a9ef28524c0edb67894a1 | |
parent | b70d35cea3e73571efa234b5042c64f165dcac99 [diff] |
Fix signing test failure BUG: b/266137486 TEST: manual run target file signing pass with change Change-Id: I4b8127937ba726560a69c79619a7f1a2882c9972
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.