commit | 13467f599378d7437bc26b55de10c81534845444 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Sep 28 07:50:45 2018 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Fri Sep 28 07:50:45 2018 +0000 |
tree | defdd89b831dc33bdb22916a39ac590e23bc2548 | |
parent | e99863d89608419df6c500792bf409866065c3d3 [diff] |
Revert "Add libbinderthreadstate to the VNDK." This reverts commit e99863d89608419df6c500792bf409866065c3d3. Reason for revert: This breaks framework tests and blocks presubmit Change-Id: I50be59542c0bc655c310fbd15cc55f3b32947453
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.