commit | 4cb28f6f807a7ffd11d954169673dab1f785cb3c | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Jul 10 12:30:53 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Jul 10 13:03:07 2023 -0700 |
tree | c485475ac2cd3400410b7aef2f1dff885c48b0da | |
parent | 03dc6ee96f02e55228bafc10a47deac744a2b195 [diff] |
Mark extracted files as executable Python's zipfile doens't restore file permission by default, so we need to manually restore permission. Test: th Bug: 290643514 Change-Id: I89c1e2ee178b534fa7e3f02afd04d170100d37e7
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.