commit | 2434110f21b96d0b9eb6f7c82773150890157132 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Oct 17 20:16:21 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 17 20:16:21 2019 -0700 |
tree | 6731c7abc0155f78bb6e0e9fdf97b20b7896e722 | |
parent | b113632c60929c47ef6a4208c319e02424050ae9 [diff] | |
parent | 1a848ab39a45a2f1c4928fa3a8f8e170b571e986 [diff] |
Merge changes from topic "fix_treble_sysprop_neverallow" am: 8de0013551 am: 44090a3b54 am: 1a848ab39a Change-Id: Id4f4dec70c8fc0d20ecd32830b23d16441cd5e28
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.