commit | e85777782a56ff8feb7f2c06a552a3e017511b55 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Fri Aug 24 14:43:22 2018 +0100 |
committer | Neil Fuller <nfuller@google.com> | Tue Aug 28 13:19:35 2018 +0100 |
tree | 7063e01115794f7a37795438b38cfad9312fbc07 | |
parent | 9fb70170d4ce7ce58a0163c14ec9c972d66610a4 [diff] |
Add core-simple to the standard boot classpath core-simple.jar is being added to the runtime classpath as an easy-to-find placeholder and to help identify places that care about the boot classpath / trigger conversations & issues / force discussion. See http://go/simple-module To start, this jar is being added in various locations that know about core-libart and/or core-oj. There will be follow-up changes to make core-simple.jar more than just another core-* jar. Bug: 113148576 Test: Treehugger Test: make checkbuild Change-Id: I267a91b8728f84cfb1b2e8a5c5d157c88b75581c
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.