commit | e4fb83024f8bdf268b5486b303194f61fa58f931 | [log] [tgz] |
---|---|---|
author | zhidou <zhidou@google.com> | Thu Oct 03 22:21:10 2024 +0000 |
committer | zhidou <zhidou@google.com> | Fri Oct 04 13:21:10 2024 +0000 |
tree | 76c6856e7d3da9413c297c28c4e68ad20737c6ad | |
parent | 9622b9c71d34248b764fa2a065422bafc8e5adee [diff] |
add default path to flag bp files in mainline module Mainline path cannot be list if the build is user or if the test doesn't have the root permission. This change adds a default list for the flag bp files in mainline module if the caller doesn't have the right permission. Test: presbumit Bug: 365157972 Change-Id: I1ba6b4f99d565b7cbc1d49a5cc7b7a65cae2e140
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.