commit | 8350c6ddce5e8da1094d1564382d2f8b7f2a562a | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Mon Mar 18 18:37:50 2024 -0400 |
committer | Ted Bauer <tedbauer@google.com> | Mon Apr 01 20:24:06 2024 +0000 |
tree | dbc4a5bdacbc17f3783539573642a3809189c4ed | |
parent | 9881ae26dc12f65574d9be7fbc268367396308ea [diff] |
aconfig: read from new storage in Rust codegen Read storage values for read-only flags, and log failures or mismatches with compiled-in defaults. Continue to return values fetched from the legacy storage. Test: cargo t Bug: 328444881 Ignore-AOSP-First: internal storage migration, this code will be deleted Change-Id: I4651617270129794dec64e324b4aa7836cce7a43
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.