commit | 3e3d0913a50448202e7e68e2e767e6778837f291 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Fri Sep 18 14:28:36 2020 -0400 |
committer | Ivan Lozano <ivanlozano@google.com> | Fri Sep 18 14:30:28 2020 -0400 |
tree | 6b0be34cdb570607240d411aeaf593542c539c90 | |
parent | 4dc545879ef061de61c9728d6dc6fc529d96ac77 [diff] |
rust: Don't install static libraries. Bug: 168729404 Test: Make no longer attempts to install static libraries. Change-Id: Ifdfd486dfbb0d64e2aeb9738f88c4d4efcb0337a
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.