commit | c94178c9f641a56438f3aa8dcd2000af43025845 | [log] [tgz] |
---|---|---|
author | Lokesh Kumar Goel <lokeshgoel@google.com> | Tue Aug 15 00:40:39 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Aug 22 02:11:01 2023 +0000 |
tree | bcdfd9d4f63431212e074eb323851a7e5a594d73 | |
parent | e194bcad19034b03a4215939b89e8b809d6d9597 [diff] |
Update Security String to 2023-10-05 Bug: 295937899 Ignore-AOSP-First: Internal first as its needed for preparing the release (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:bb28383f498c2602ca2e9bd1c686523882d384a1) Merged-In: Ib9596152fe20b412bf7f5e90a19b55f3c0f5523f Change-Id: Ib9596152fe20b412bf7f5e90a19b55f3c0f5523f
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.