commit | 539de4dac00351c2ac2f84dd7340ecfd74e45446 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Wed Mar 20 03:16:10 2024 +0000 |
committer | Ankur Bakshi <ankurbakshi@google.com> | Thu Mar 21 02:34:57 2024 +0000 |
tree | cc6d8dc786f78cbb541b2ea887f501623eec29d7 | |
parent | d269659a47000a5ebedea9617a8a4d0cd52b968c [diff] |
Update Security String to 2024-06-01 Bug: 330382848 Change-Id: Ida6705ee71e4601f976836d73e0dda2ed7033c2a Merged-In: Ida6705ee71e4601f976836d73e0dda2ed7033c2a Merged-In: Id95e0f901c983bd3850235f2830f0ef08650bd26 Merged-In: I8cd6fc37b026f70743250f0d9a2979bf9e9998ae Merged-In: If80822e387cb2a950b47422aa1d1ff2a98cd93cb Merged-In: Iccae3f6836512b2d3a07f9d8bcec7d09c2a34a2b Merged-In: I9edc7171d124f0cfa540fea6f0e06ba877910444
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.