commit | d44b47594236a5ca33434662174d9946deb2fad4 | [log] [tgz] |
---|---|---|
author | Raul E Rangel <rrangel@google.com> | Thu Aug 15 10:22:10 2024 -0600 |
committer | Raul E Rangel <rrangel@google.com> | Thu Aug 15 10:22:10 2024 -0600 |
tree | 01f5d6960b4290c1b512ec8507496f25b57e5516 | |
parent | 00378b193dd54da77eff6eb109cb52d997764466 [diff] |
Move large_screen_common.mk to AOSP Move this to AOSP to allow partners easier access to the file. Bug: 357647152 Test: m Change-Id: I8b21b1461298fbde97e9f5b78bb519c6be864118
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.