commit | 2c51bd1d49eba3f94f401614bf05e9858e118cdf | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 27 15:17:37 2022 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Jan 27 17:14:03 2022 -0800 |
tree | eb7f2d414f52d7bfbc15ba818396547731965ccf | |
parent | 179ec3e55e1f61603f773483503131c4b10d0ad2 [diff] |
Move policy subdirectory into package directory Go's tooling expects that all files in the same package are in the same directory. Move the policy/*.go files to policy_*.go. Test: go test ./... Change-Id: I7e81936ddd20a5ffb4770ae23bdb6e411d6924cc
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.