| commit | caf803dfb90b339263232be38ae48ab317b808d4 | [log] [tgz] |
|---|---|---|
| author | Marissa Wall <marissaw@google.com> | Wed Nov 06 10:05:40 2019 -0800 |
| committer | Pawin Vongmasa <pawin@google.com> | Fri Nov 15 19:28:16 2019 -0800 |
| tree | 4a8c33e5c536c55171b8676e3cc768bf081ead95 | |
| parent | b578d922478c780c7e4dbf1c8eec2f974cf5ace9 [diff] |
graphics/common: stable AIDL support Update current.txt to include the new stable AIDL graphics common library. Bug: 141632767 Test: Compiles Change-Id: Ibcbd07e4d3757266671e6845202a47bf6fcc7169
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.