commit | a89ecf0b65fdede289abf43ff80803e29b6966b1 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Mar 05 12:54:16 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Wed Mar 05 15:12:36 2025 -0800 |
tree | fbcd541fe3b6570f80a3eca881a393a5a11c0571 | |
parent | fe52f9527e5340b83f134e2db642b7a1ba6a9cfd [diff] |
Remove build.prop dists They're now disted in soong. The vendor build.prop is still built in make (except on soong-only builds), so leave it as is. Fixes: 395161312 Test: m dist, ls out/dist/build.prop* on soong-only build Change-Id: I304733a5a201ab87da50011f43f9f2d5e9275d4d
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.