commit | 168ab6af744201ad7fd83f4e0824c6b00f8f3d29 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Apr 18 13:57:11 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Apr 18 14:02:52 2023 +0900 |
tree | 9ccafa476f3b49c582d39035abc0a36a1c986327 | |
parent | 3fb8d2bad85a008c99276ef215c2b15d97d00e42 [diff] |
Remove lunch target from appcompat log This is to reduce build rule divergence among targets. We only need the path under PRODUCT_OUT. Bug: 277662244 Test: build and boot Change-Id: Ica8776d1779c47305c3c74015be2b3597cbdf95c
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.