commit | d43b446ebbc5cd5171cfb5718c4a17cd6fa1282f | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Fri Feb 02 18:13:04 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Mon Feb 05 16:41:56 2024 +0000 |
tree | 69efbe8593a60cd9594ad2ba486fae7b1d465d49 | |
parent | 81c7511fed3171a16505c16d22201cb080b6043c [diff] |
aconfig_proto: add doc in aconfig.proto file This change adds docs in aconfig.proto file and adds more detail in the error message for bad package, name and namespace. Bug: 318759389 Test: atest aconfig.test Change-Id: I0d45495cd864506b2fcc06ad47e3ffbd6caca9fb
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.