commit | 126ea00911a697d4da83ab817792115febadaee1 | [log] [tgz] |
---|---|---|
author | Youkichi Hosoi <youkichihosoi@google.com> | Thu Apr 16 15:45:02 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 16 15:45:02 2020 +0000 |
tree | 00d7a30d1cb52ef7d0fa1ad168f1a4c3bb7545f4 | |
parent | 4a701210baf6e6bb65341e9036b989ac14f00eb3 [diff] | |
parent | 4b31445bda834f6ccd3e5c02e93f12d37b31f44f [diff] |
[automerger skipped] strings.mk: Allow empty RHS values for inputs of collapse-pairs am: cc39735e55 am: c461e817e4 am: 5f8fd89cf1 am: aec22adf04 -s ours am: 4b31445bda -s ours am skip reason: Change-Id I35faeaedc3bc42e56e01201baf7ea6805a610439 with SHA-1 cc39735e55 is in history Change-Id: Id7782d3532273ea3a94bba317e38c6aa3bf75b4e
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.