commit | d40d176dbaef7edb5b09711bc7ec6a6f079f9f7b | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Fri Sep 24 10:11:36 2021 +0800 |
committer | Adam Shih <adamshih@google.com> | Fri Sep 24 10:48:21 2021 +0800 |
tree | 8cc64400536a643838284beecc985441c45289e9 | |
parent | 84a87eb9ed6a9e46b78bc37ce44fd8139f0c0f61 [diff] |
create a makefile that holds non AB device setting Bug: 189894781 Test: build ROM with the binary inside Change-Id: I99f2b4d3bd57b57ffd3b5066b1306c6fa17c2c85
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.