commit | fc274bab4d3fc5401103c241cab22e4775c80955 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Dec 13 17:00:07 2018 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Sat Jan 19 15:57:35 2019 +0000 |
tree | e24bf6c6ad8092b75d6a0ad76fcd3212d1d61c9e | |
parent | 241d7cdba0650f1c0972f8d5e991df818e26dbcb [diff] |
Replace hiddenapi-{public,private}-list.txt with a CSV file `hiddenapi` is being refactored to work with a single CSV file as opposued to a multitude of text files (one per flag). This patch changes the singleton rule for listing public/private APIs from stubs to expect a CSV as an output. Bug: 119068555 Test: compiles, hiddenapi-flags.csv unchanged Change-Id: If56c7ab8a4c3bbd33e447ef0dfd33f2c303a937c
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.