commit | d4620668af0a5fb97da525d55fb900023f305542 | [log] [tgz] |
---|---|---|
author | Pierre Couillaud <pierre@broadcom.com> | Fri Jun 05 03:35:56 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 05 03:35:56 2020 +0000 |
tree | 6ca0bc7ac0380077666a49102c12d568061c428b | |
parent | 16a714512b4dca7c279a51b7a64567b8f62f01aa [diff] | |
parent | bb726614db7db896f94667cb239502e5b0d5700c [diff] |
Strip debug symbols from modules (fixup) am: bb726614db Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11720591 Change-Id: Ic4e8ee438317784f822d49d242738c9330a23d17
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.