commit | cc1e4cfb6eb29a1364a81568ced615abc3dd6ca9 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Mon Dec 23 10:27:45 2019 +0900 |
committer | Justin Yun <justinyun@google.com> | Mon Dec 23 10:31:54 2019 +0900 |
tree | 296d661840ddc5d2feddcba5cf1402b0194e9224 | |
parent | 1ad03c71040981db997c6585a93b2cbda8b1e2d8 [diff] |
Move group_system_ext and passwd_system_ext to base_system_ext.mk As we have base_system_ext.mk for the packages in system_ext partition, move the group and passwd files for system_ext partition to base_system_ext.mk. Bug: 141658360 Test: mainline checks pass Change-Id: Iff50482b90ff9877a58c54c8149014e8c103a3c6
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.