commit | bc8d3620db3d1506ee3b5a20ac7ad2ce607e1c06 | [log] [tgz] |
---|---|---|
author | Bassem Khalife <bkhalife@google.com> | Sat Feb 12 02:06:38 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Feb 12 02:06:38 2022 +0000 |
tree | 6f970563f8daa6cfc408dd509408996042f07b0d | |
parent | 2fcee10b71745b031ecce24ac6a6ef826d61f7d8 [diff] | |
parent | 6c815b28f9938311a58a03a733ee04f946a9e819 [diff] |
Update Security String to 2022-04-05 am: 41a3269dd6 am: 6c815b28f9 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/16742828 Change-Id: I173a0b5da680b11694c0b6148be02867919c0e15
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.