commit | 8af1ac2a90702efa1fe085b0b0a2ab942eb1a897 | [log] [tgz] |
---|---|---|
author | Ludovic Barman <ludovicb@google.com> | Sat Dec 16 09:06:03 2023 +0000 |
committer | Ludovic Barman <ludovicb@google.com> | Sat Dec 16 10:56:26 2023 +0000 |
tree | 03b313ba3fe2657630b50f2895801ff968e97b76 | |
parent | 1a03031a99f738f61a33e3f03ac9d91b6d5e9eab [diff] |
Remove unused use_protobuf3 flag This is a No-op. Protobuf3 is used regardless of this flag since https://android-review.git.corp.google.com/c/platform/build/soong/+/2817733 Test: m rust Bug: 308790516 Change-Id: Ib84a01b76a2998249a836fb0278602a5229bd242
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.