commit | 92b607831460225f6b88c75b7e5e852d4bfe6f8e | [log] [tgz] |
---|---|---|
author | jiajia tang <tangjiajia@xiaomi.com> | Fri Apr 23 19:48:11 2021 +0800 |
committer | jiajia tang <tangjiajia@xiaomi.com> | Fri Apr 23 19:58:40 2021 +0800 |
tree | 42241d9e243e4a4ec8bc5d56bb1e2f6747ca6a52 | |
parent | 6edaa353b107d3e16c362fb19cc46f70a878ff3e [diff] |
Simplify codes for BuildSuperImage func Use common function LoadDictionaryFromFile(), instead of LoadDictionaryFromLines(). Makes these codes conciser. Change-Id: Ibb6f19744246b3415bcd639bc59dbb2aede725d9 Signed-off-by: jiajia tang <tangjiajia@xiaomi.com>
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.