commit | 1b0e3962cfdb022639cadd5cae7579a890e99946 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Sep 25 20:33:35 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Thu Sep 26 13:54:36 2024 +0000 |
tree | 53533de100a13576357c941904bcf9087731cea0 | |
parent | 7d89c4758beee0710bb1d0c895e5395578987f86 [diff] |
Make new storage and old starge seperate This commit separates the new and old storage accessing code, so we can ramp a flag to switch the storage used in java codegen from old to new. This change doens't include switch the storage for exported mode. For exported mode, it will still use DeviceConfig as the storage. Bug: 368135182 Test: atest aconfig.test.java Change-Id: I6e45d1ca98b3c7aeb1937669a8074805181903fe
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.