commit | 194ed8e88df003ab03c6b807eef02b962e33a221 | [log] [tgz] |
---|---|---|
author | Rashed Abdel-Tawab <rashed@linux.com> | Tue Dec 26 01:59:15 2017 +0200 |
committer | Bruno Martins <bgcngm@gmail.com> | Sat Feb 01 22:53:52 2020 +0000 |
tree | c81b48d3e5dd320f6d7bce5911f7afbdcf3e2494 | |
parent | 644ed279ebd437c33ccda46ac2524c9c79e6ee4d [diff] |
build: Add vendor.prop and odm.prop capability This replicates the longtime existing handling of system.prop, as well as the recently added handling of product.prop. Change-Id: I8ab2b29bd0b5f0f2bcc0928d6a2a871c40582d3f
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.