commit | f95c5a8fc8e7910c121b1b06e66267c875df6b33 | [log] [tgz] |
---|---|---|
author | Aren Clegg <compiterman2k3@live.com> | Sat Aug 11 17:36:22 2018 -0400 |
committer | electrikjesus <electrikjesus@gmail.com> | Sun Aug 12 22:04:20 2018 +0530 |
tree | 41cb54ed35d56d1b00860c3e4a45a52e87b7e284 | |
parent | 613a4c38172c5a50a77c2b3bc58a117359096014 [diff] |
SQUASHED - Add treble build scripts Author: Aren Clegg <compiterman2k3@live.com> Contributor: Jon West <electrikjesus@gmail.com> Credits go out to @phhusson for build script inspiration List of included commits: - Essential 8.1 firmware requires this - Set ro.build.fingerprint in system/etc/prop.default - build: import build-treble.sh into build/make - build: add treble tools - build: add apply-patches.sh - build: add some path fixes - update patch function - build: fix sync logic - build: add missing brackets to sync logic - build: add sync fixes to patches - Revert "Set ro.build.fingerprint in system/etc/prop.default" This reverts commit 51b4a2fbab0a497f5aed94e54c8c0a057ca1d4d5. - Revert "Revert "Remove root folder bt_firmware in GSI"" This reverts commit f077e900939efcd18262144e0aa22c9f042c507c. - Set ro.build.fingerprint in system/etc/prop.default - build: chmod a+x build-treble.sh - build: update treble build script to 0.2 - build: treble build script updated to 0.3 - Grab our own patches - Use current p9.0 branch and manifest for treble build script
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.