commit | 8d7251529213b57096446e576b0dd0fa4fb0d5e0 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Jul 25 11:25:11 2023 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Jul 25 13:58:19 2023 +0900 |
tree | fc8c7756660ef7f54eb77052bcb815fbcfc2d1ee | |
parent | 36c619075ee16e2902b6668e88806dd0ae9ca248 [diff] |
Support .(dot) files in root When .(dot) file/dir is added to the rootdir, it works with normal `m systemimage` build, but fails when building the images with target files because the copy command misses .(dot) files. When packaging, need to copy the whole content from the src directory. This also matches the condition `ls -A` (which means, we care about dot files as well). Bug: 292438323 Test: m dist (aosp_cf_x86_64_phone-userdebug) Change-Id: Ib3f555305c915d499448c2064e5639a641b2ddb7
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.