commit | 426ac69cbf04dd0d20e2e3064f90a5dd6bdbd6d7 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue May 16 22:59:55 2023 +0000 |
committer | Dan Albert <danalbert@google.com> | Tue May 16 22:59:55 2023 +0000 |
tree | 824ca781514515cafeae688f3d855b5ffb47704e | |
parent | 71f9dabe47687d4fbb12a2c3a1ebee5b170fc6d8 [diff] |
Adapt to gdbrunner packaging. Similar to https://android-review.googlesource.com/c/platform/build/+/2403120. The directory structure of //development/python-packages/gdbrunner needs to change to be able to export type info to importers, and this needs to adapt to keep gdbclient working. Bug: None Test: gdbclient.py --help Change-Id: I8127ec7beae2a7840283be25ee236a8e2af48cae
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.