commit | a5cf995bdc39a26daa1573af66fa43ab9be1eb9c | [log] [tgz] |
---|---|---|
author | Bo Hu <bohu@google.com> | Fri Nov 20 04:07:29 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 20 04:07:29 2020 +0000 |
tree | 16114b5d922e225eb669ec87d62968f270e22203 | |
parent | bcb1a195e94efc453f3353499463686162218bed [diff] | |
parent | e1a86fedc050d120dbc2cfdf4a1bb36c132ba2e6 [diff] |
Merge "emulator: enable cfi for emulator's wifi driver" am: 1816caecf1 am: a084e1bf83 am: e1a86fedc0 Original change: https://android-review.googlesource.com/c/platform/build/+/1506496 Change-Id: I9cde12bb589f4ef855e5d7aacd8ab606e3182b39
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.