commit | 7adbde4cd613f4122dec6e1131640a86a2838b59 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Aug 03 11:21:34 2018 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Fri Aug 03 17:02:37 2018 +0100 |
tree | 44c0be04accaf89bcb3ac96413b6c682966553a7 | |
parent | 567df6214f7b5a4c450598350c237a64e6153720 [diff] |
hiddenapi: Split stubs into public/system/test classpaths The hiddenapi tool needs to build a class hierarchy from API stubs. These are inconsistent between public, system and test API stubs. This patch splits stubs into the three corresponding categories and groups the JARs being passed to hiddenapi. Test: m appcompat Bug: 76424618 Change-Id: I3f707070d44f04578bc6148a45f2283bcf060703
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.