commit | a3be9bfa10e0375f69de5e02af3d12ab75b1e84d | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Thu May 07 17:29:37 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 07 17:29:37 2020 +0000 |
tree | 519dd5a87711fdd553a13561a5dbf7e5ebd044fd | |
parent | 843604223e64b9592a8fe9e32940d1ebf214eb60 [diff] | |
parent | 60b649f32fae27cd129691fcd798757a746675ce [diff] |
Merge "Add boringssl_self_test to base PRODUCT_PACKAGES." am: 60b649f32f Change-Id: I48cf330ab95240f6a683c5830b40923c23a8ed17
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.