commit | d0075655c51c324dea5e0a05d40823f9698c49f0 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Tue Aug 14 15:09:53 2018 -0700 |
committer | Tri Vo <trong@google.com> | Tue Aug 14 15:09:57 2018 -0700 |
tree | 8d163a10a8e06f3b31251db4171ebe62c860ca70 | |
parent | b041d61e8447e189dee3b103b7d2f4cc447d4672 [diff] |
Remove libsuspend from VNDK. Only platform should ever have access to libsuspend Test: presubmit Change-Id: Ib0512a6d1739b698046ff468002cfcc41a7fb097
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.