commit | 88bf02e7eefbfdadcb58720396419a3b32333197 | [log] [tgz] |
---|---|---|
author | Herbert Xue <herbertxue@google.com> | Thu Feb 29 19:40:59 2024 +0800 |
committer | Herbert Xue <herbertxue@google.com> | Tue Mar 05 10:45:05 2024 +0800 |
tree | 2b8510a561079b9b0fb4963f1847ec13c3bba4e1 | |
parent | 4fc78150946a1952d2dde8f01f5014770d7fc60a [diff] |
Enable the soong config namespace "camera" for all products Bug: 327089038 Test: m google-camera-app-helper-prebuilt Change-Id: If95c4c8be28295359c09aeb5d9ead1067e2da5ff
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.