commit | b103ddb005726c5ceff9ac9dc1aa2696f3f2da93 | [log] [tgz] |
---|---|---|
author | Bill Yang <yangbill@google.com> | Fri Sep 20 03:13:58 2024 +0000 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Oct 30 00:37:23 2024 +0200 |
tree | 73b533f069396deb2b7be658432220b447693465 | |
parent | 3544cf4eda9ab5e65aa8b86915ffa4303464907b [diff] |
Export ril related flag to soong Export SIM_COUNT, DISABLE_RILD_OEM_HOOK and ENABLE_VENDOR_RIL_SERVICE to soong Bug: 347679222 Test: m libril libreference-ril rild Change-Id: Ic1f8262f260c3fec70635809acf80d340502a77c
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.