commit | 616dc790439909412b0bf95629f4c2675cd96430 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Feb 26 17:40:40 2019 +0000 |
committer | Martin Stjernholm <mast@google.com> | Wed Feb 27 20:51:56 2019 +0000 |
tree | fc29718dcd48ad53e09a23a04be4e1207fe55c07 | |
parent | a2f536f9fab8b3f8e2c293383c9eee134a49c504 [diff] |
Remove libnpt from system again. http://r.android.com/914573 fixes libjdwp to look for it in the APEX. Test: Flash and boot Test: adb forward tcp:5555 jdwp:`adb shell pidof com.android.email` && jdb -attach localhost:5555 Test: atest CtsJdwpTestCases Bug: 124498388 Change-Id: Idf380660a21c88969e42d6a03a6b50fd2baa4c17
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.