commit | eec848fd6a85e834c47769e51ef076d819504dc1 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Tue Jan 04 14:29:21 2022 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Fri Jan 21 11:54:12 2022 +0800 |
tree | 4322baf8e816ba2fc4012535078d37721047bc80 | |
parent | 89d7061ed3a2b6cf4f9b4fb735ddabc1477bf1ae [diff] |
Remove GKI from gsi_$arch After having gki_$arch, there is no longer need for building GKI by target gsi_$arch. The BoardConfigGkiCommon.mk is also moved to /device/generic/common. The patch removes all GKI related settings and files from target gsi_$arch. Bug: 212486689 Test: build dist of gsi_arm64-userdebug Test: build dist of aosp_arm64-userdebug Change-Id: I369f42ad1f6e3f519bb62c3f035e699df1c7468f
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.