commit | b165bab09b10609255b2c56224d5e13522e6c6c7 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 16 23:09:09 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 16 23:09:09 2020 +0000 |
tree | 940b6a19547d3182e6ab38d64a765f3180e1eade | |
parent | aca3495708eb41bbcf29da7a0618d0a80b525910 [diff] | |
parent | ce121b7a88f8bde171593e3304c781a157c8a117 [diff] |
Merge "Add stable aidl power HAL" am: add214cdee am: 91e8905596 am: ce121b7a88 Change-Id: Ia357fdd22df3bf4d0003f2b0caa38cc4833a0f40
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.