commit | 3b50d0d19c32f9bf529a640156547df166e38877 | [log] [tgz] |
---|---|---|
author | zhidou <zhidou@google.com> | Tue Nov 05 05:02:33 2024 +0000 |
committer | zhidou <zhidou@google.com> | Wed Nov 06 17:01:17 2024 +0000 |
tree | 98e57ddc2d107a8ebd03086fa1ffbb2decdb6c64 | |
parent | 3d425541f2ed8670e3c80da7d93a83ad2241d1af [diff] |
Add errorcode in AconfigStorageException This chagne adds errorCode in AconfigStorageException, so when the caller catch this error, the caller have the ability to know the detail about the error Test: atest aconfig_storage_file.test.java aconfig_storage_package Bug: 367765164 Flag: EXEMPT refactor Change-Id: I1da3b4383e2875e60933803c94ca2da8f9c6ad06
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.