commit | 33c9a9cae05cdaaad74d2ebf88b09d2a8f9ec203 | [log] [tgz] |
---|---|---|
author | Mateusz Zięba <mateuszz@google.com> | Wed Apr 14 22:48:09 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 14 22:48:09 2021 +0000 |
tree | 0ffb03172b43f456c6a55b0ebf215ff5d05ac874 | |
parent | 307e58c439284d1ddb9d45e32b26697d0b0fba45 [diff] | |
parent | 647bfb356ac30436fd7f77d90ce44b9d82e8d9dd [diff] |
Fix bug: include all dirs not just the last one. am: 647bfb356a Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14188806 Change-Id: I1e6dd857a093bddc41584ea9f872ec204a20d01d
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.