commit | ccf68e0231575aca230d6b11b773f2d45f9c226c | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Fri Sep 21 15:50:52 2018 -0700 |
committer | Wei Wang <wvw@google.com> | Thu Sep 27 16:39:24 2018 -0700 |
tree | 748d847c726b8387e6059b862ec03fb00beb3e23 | |
parent | 75844bd171c471f149b451a3335544a0b081a0b1 [diff] |
Added android.hardware.atrace 1.0 to VNDK Bug: 111098596 Test: atrace/systrace (cherry picked from commit 70ed2ec2f1722ba34516af797557d29c8d6f3b23) Change-Id: I68c552591875473ad7c51753ebdc77b986c6a73d
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.