commit | f9dd05f1bf59c0feef1ce4ed35dbba476c0ddd87 | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Tue Apr 02 16:40:37 2019 +0100 |
committer | Pete Bentley <prb@google.com> | Fri Apr 26 10:28:16 2019 +0100 |
tree | 4f7479cf54abb2d9be201df733217e31613f42ef | |
parent | 3129d2c971995caba152b62ffbffad9f7f92d480 [diff] |
Remove libjavacrypto from system image. The only copy needed is the one in the Conscrypt APEX. Bug: 123925742 Test: m Change-Id: Ieea8549d047750cf3580d6fe0204fdf55b6b8394
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.