commit | f296209f3a405f6c1957eb07175dd4fe6cc45924 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Wed Jul 01 00:23:44 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 01 00:23:44 2020 +0000 |
tree | bf79f828b751b71e4e7d82911d5ec9904ed1f743 | |
parent | 77802ebf898c1e75d24c7f88e043a95942a247fb [diff] | |
parent | d1198b74b5cf2d1fa23b0940d7dde41afa87af05 [diff] |
Merge "Add LOCAL_APKCERTS_FILE support." into rvc-dev am: d1198b74b5 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12039309 Change-Id: I066d94161b1569b7d4e8d774dbd2c39c3112ff0d
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.