commit | 5ae5da1345305a7cfbf0f1277845306597159c8a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Sep 13 16:00:43 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Sep 13 16:00:43 2019 -0700 |
tree | 0208bb0df73bdc218ed01db4add7a2d46332d4eb | |
parent | 64c50b353e1d2d1199fc817982dc6e7e6b522450 [diff] |
Remove protobuf vendorcompat from base_vendor.mk It has been added to the individual products that have prebuilts that reference libprotobuf-cpp-full.so or libprotobuf-cpp-lite.so. Bug: 117607748 Test: treehugger Change-Id: I49b79bc0a0b154596158b66cfafebab451c90a95
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.