commit | fb3a97fc7d81fb7f262a0a6fcbc0db558342f587 | [log] [tgz] |
---|---|---|
author | Ikjoon Jang <ikjn@google.com> | Thu Feb 08 02:51:08 2024 +0000 |
committer | Ikjoon Jang <ikjn@google.com> | Thu Feb 08 02:53:55 2024 +0000 |
tree | c0de20c16716ce2567c6c7616585b6311e84fd23 | |
parent | 5653f373371b82b7dc5c400bd174d9f60c4f3f45 [diff] |
Revert "Use vFRC version as-is for ToT sepolicy version" Revert submission 2952245-vfrc_as_tot_sepolicy Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.corp.google.com/builds/quarterdeck?branch=git_main&target=mainline_modules_arm64-mainline-userdebug&lkgb=11421838&lkbb=11421957&fkbb=11421841, b/324335916 Reverted changes: /q/submissionid:2952245-vfrc_as_tot_sepolicy Bug: 324335916 Change-Id: I573db8b1a7f7874e146eea1135594eb0f1b6658f
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.