commit | eed5dcf31e28e52b1b477e22695bd45eaf491db9 | [log] [tgz] |
---|---|---|
author | Nate Myren <ntmyren@google.com> | Fri Apr 19 19:07:40 2024 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Fri Apr 19 19:07:40 2024 +0000 |
tree | 982ea2af507a14f873a4bc1049f3782f0542fea8 | |
parent | 563a2f62c589f776034427c538b2b29bcfb61c23 [diff] |
Add appcompat system properties flag to soong Bug: 331307495 Test: m (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7e5f93f3cccdc38a25e6b9304752f0b2f7f8b0b9) Merged-In: I554c499f6239e62c33640a81d9da73545fc7631b Change-Id: I554c499f6239e62c33640a81d9da73545fc7631b
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.