commit | 3fed5bbbabae4676eac0190369d6b47a85b369f1 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Mon Nov 29 14:23:31 2021 +0000 |
committer | Roland Levillain <rpl@google.com> | Mon Nov 29 14:26:10 2021 +0000 |
tree | 4c125b111b56f020a0e1f2d96fc649f875d48bf8 | |
parent | af78df05536aa731eccbd3e67ca242ee164ff88f [diff] |
Remove `gdbserver` from `PRODUCT_PACKAGES_DEBUG` in `base_system.mk`. The `gdbserver` binaries have been removed from Android sources (https://android-review.googlesource.com/c/platform/prebuilts/misc/+/1748908/). Test: m Change-Id: I8e3001508360906f3fe86830b81fb94b01a5ac74
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.