commit | 72c2a93006af5f273ef0e71c90e2cccbe86a661e | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Oct 31 22:57:30 2023 +0000 |
committer | Zhi Dou <zhidou@google.com> | Wed Nov 01 16:42:31 2023 +0000 |
tree | 82c52712f931182386f9ac92c6ff5d8d0f38c2be | |
parent | 752703251adb93affc39a022233c3471d53b2045 [diff] |
Revert^2 "aconfig: cache flag value in generated java code" This reverts commit 257f64347df75b7fb64847be9469bfffc29fb63f. Reason for revert: fix in Roboletric will subimt together with this change Change-Id: I03c9ed627e6a4153db9c9074daf821ea6d19bc33
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.