commit | 70bfe07e6c01c6547e2164463e1c6be8a9f71f11 | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Thu Sep 05 14:27:02 2019 -0700 |
committer | Colin Cross <[email protected]> | Thu Sep 05 15:31:31 2019 -0700 |
tree | 3e36cd16d400d92ace299b8b4b5a31a300e0ad37 | |
parent | fdef43d69ca2fb75ab9d171474f3102f8280564d [diff] |
Support injecting boringssl hash in Make Add LOCAL_INJECT_BSSL_HASH for the two modules in Make that statically link libcrypto. Bug: 137267623 Test: m checkbuild Change-Id: I5d21c262ff388aeb2dbd02595706c5531a628b7e
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.