commit | 3639f7fc88aa6f36b619989e9bb5aea34b2832f5 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Mon Jul 30 20:36:17 2018 -0700 |
committer | Tri Vo <trong@google.com> | Tue Aug 14 17:32:55 2018 -0700 |
tree | e43914c9533efd273145c8809b600159b404cbdd | |
parent | aa47189e1c0465167795cfc28aa0472c1fdd3ba7 [diff] |
Add android.system.suspend@1.0.so to VNDK-core Bug: 78888165 Test: n/a Change-Id: I6d4a6d07996de2d16acc71fe177fca7ef27c640f Merged-In: I6d4a6d07996de2d16acc71fe177fca7ef27c640f (cherry picked from commit bdf076a6671b20dcbf9c79a172d97d8d628e3fa4)
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.