commit | 9f8ed7393437c9d552e7924b399a56239a1577c7 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Mon Jul 15 17:23:47 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Mon Jul 15 19:08:33 2024 +0000 |
tree | 2014b68480aeddc9f9a33744b8dfb0c69137bcb6 | |
parent | 6f9f7ccfe3e0b444fa0a9a42dae10dbe27e07ee4 [diff] |
Change java codegen to read from new storage This change adds code in java code to read from new storage. However the generated code won't geneerate code contains code for new storage, since the build system won't pass `allow-instrumentation` to java codegen. Test: atest aconfig.test.java Bug: 349874828 Change-Id: I70983fa97de6633f467d968109d134d46f895a89
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.