commit | d490af1b2540bac0f6809bbcf5e8babd942fc15c | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Wed Oct 09 20:33:29 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Wed Oct 09 20:43:54 2024 +0000 |
tree | e658d8dcc1f3e70f050ecea7131e18a1cf930605 | |
parent | d76b3f317d53fe741ee1bcf12e9decc5d50ff596 [diff] |
Import some product definition variables to Soong This change imports PRODUCT_DEVICE and PRODUCT_MODEL to Soong. these products will be used to generate the android_device module. Test: m nothing Bug: 372486444 Change-Id: Id823e60c71d170e99e32a9b8761c13b43960cf41
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.