commit | 8ac6463155a7e26af4212c83e2b20752a97fabca | [log] [tgz] |
---|---|---|
author | evitayan <evitayan@google.com> | Tue Nov 12 17:21:11 2019 -0800 |
committer | Benedict Wong <benedictwong@google.com> | Thu Nov 21 16:21:14 2019 -0800 |
tree | 8c18d9542d8a612f714aff6edc91b13ff741eb19 | |
parent | 5bc08b7bddafbe682a39bcafe3e4f29849efd193 [diff] |
Add ike.jar to bootclasspath to expose IKE API IKE will be a mainline module. This commit adds ike.jar to bootpathclass so that IKE API is accessible to apps. Bug: 143983419 Test: make update-api && make Change-Id: I1dbb249f3109f45ce32c34bcb398108d61bc06cc
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.