commit | 6fd16926b1529949974dab0408a97aadb90d823e | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Fri Mar 01 20:41:52 2019 +0000 |
committer | Martin Stjernholm <mast@google.com> | Fri Mar 01 20:41:52 2019 +0000 |
tree | 6ee420a5630aad63eb24babc3e408c804c2ffbba | |
parent | 5a4696e460eca861731afddaa0c2c9fffd26e5bf [diff] |
Clean up libjdwp.so and possibly other dependencies that might have crept in between http://r.android.com/890494 and http://r.android.com/913898. (Repopulating libs from intermediates is quick, so not wasting effort trying to be precise.) Test: Don't have a suitably old build tree to test with. Bug: 124498388 Change-Id: Ice35606e4c301d5b01837963137421f9d23a9733
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.