commit | 2aa7956a3911d01f830d7f296816509cd8c0eb11 | [log] [tgz] |
---|---|---|
author | Max Weninger <max.weninger@gmail.com> | Fri Oct 15 20:54:29 2021 +0200 |
committer | micky387 <mickaelsaibi@free.fr> | Wed Sep 18 15:45:41 2024 -0400 |
tree | 07c8945bb01dc89968bf9d74d38841dedfbd6cf9 | |
parent | 971da5decdca4517fcadc17403d7723bc0211b80 [diff] |
make: add back hooks to vendor/omni Change-Id: I84524de2e1be665498dc656d91f4e33dfc4e0fe2 make: dont add device/sample/etc/apns-full-conf in aosp_product we have our own coming form vendor/omni/config/gsm.mk Change-Id: I59fa41d15b2b11057d98488c18caa3cd0dd90d7e
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.