commit | bc7eeebaa38da3d3f6616fb1fe1df423d9e5adc4 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Fri Sep 10 15:58:09 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Sep 10 15:58:09 2021 +0000 |
tree | a4ff35351cf77fb79884dfde47e90eede9bfbe1f | |
parent | 43af41b52b4190d7c0b5a4dff96707ec680a893b [diff] | |
parent | 5353d0f3b957fb2c8901a9d06f6f62dc0e1361d6 [diff] |
Merge "Fix arguments passed to llvm-readobj" am: c48a9fb19c am: 5353d0f3b9 Original change: https://android-review.googlesource.com/c/platform/build/+/1823794 Change-Id: If8aaa49e5dc408bab83f2f2470a9df0e81dc2981
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.