commit | 228de7b72c4f4fe1a40ee73cb99ddb1c1bfadf65 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 09 14:29:24 2023 +0000 |
committer | Anton Hansson <hansson@google.com> | Mon Oct 09 14:41:30 2023 +0000 |
tree | c70b0baf4c36103254e1048e54c7a2f08389aea5 | |
parent | 02eadb873fa01ff01fe45420db81dde38b64d4ba [diff] |
Remove sdk_<arch> products The SDK is arch-agnostic, so does not need per-arch products. Bug: 205008975 Test: presubmit Change-Id: I1847ab2bae0d07793bdd043430f0e79b36edb384
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.