commit | 2afb6eb22e10f4d0ae2e414a867891650fb84809 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Tue Dec 04 14:51:58 2018 -0800 |
committer | Joe Onorato <joeo@google.com> | Thu Dec 13 11:38:07 2018 -0800 |
tree | 335dd65e1a48a43c035f220c016acf119860449f | |
parent | 8ab919dcce6c21a426dbbcc96ece9e67388b3d0b [diff] |
Add a print command to fs_config_generator.py This prints the uid map in a very simple format, with AID_CONSTANT<space>uid on each line. This is super easy for other tools to parse, and generate their own mappings, without requiring edits to fs_config_generator.py itself. Test: make, treehugger Change-Id: I10e24ac29d440a24d43580880343d122ae1cdf02
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.