commit | d20531a5375f3d0f2104ee6bb5cca172b96c458b | [log] [tgz] |
---|---|---|
author | Songchun Fan <schfan@google.com> | Mon Feb 24 08:22:57 2020 -0800 |
committer | Songchun Fan <schfan@google.com> | Fri Feb 28 20:56:12 2020 +0000 |
tree | a0af4e29ef68b2acdfd52fd5c37d3b97d95947aa | |
parent | e86d1bccc0ab1c60903939308870e7de8cf94231 [diff] |
remove NativeAdbDataLoader from system image Fixes build Test: builds BUG: 150476291 Change-Id: I5b5d6588fda4664bac9adce35adac92696d1d7f6 (cherry picked from commit 65c9699b7094ef9d066737cb92e07af2d40fa23e)
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.