| commit | 058307923e570d900d27a9f1f5164441b4fc8b93 | [log] [tgz] |
|---|---|---|
| author | Jihoon Kang <jihoonkang@google.com> | Tue Sep 09 08:36:56 2025 +0000 |
| committer | Jihoon Kang <jihoonkang@google.com> | Tue Sep 09 11:00:36 2025 -0700 |
| tree | ff026c4f22728f6a8dd8e1bd953c5df1bb4a8f8c | |
| parent | 66c17e77bb6d2fb0b43eb99fe479e8e52f6a5310 [diff] |
fix: Fix Soong-only diffs for aosp_cf_arm64_phone_vendor Applied automated fixes generated by the Gemini tool. This change exports the product variable `BOARD_16K_OTA_MOVE_VENDOR` to Soong. Test: build/soong/scripts/soong_only_diff_test.py aosp_cf_arm64_phone_vendor Bug: 427983604 Change-Id: Ic4d710ef2ef7c8b49405e9890c7bb430d8d3b50a
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.