commit | 28adc1ddc9459af7d882fc57ecbf3c9ddb9a6276 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Jan 21 13:35:12 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Jan 23 09:23:57 2020 +0000 |
tree | e284ffbb45409194d1b2d8def8f51250f1901037 | |
parent | 450520af6677152cae6bf6bb632ec2a439b2e98e [diff] |
libprotobuf-cpp-lite is removed from VNDK. It is demoted to vendor_available library. Therefore it will be installed to /vendor/lib[64] instead of /system/lib[64]/vndk. Exempt-From-Owner-Approval: cherry-pick Bug: 147780271 Test: m Merged-In: I40a94a3ecf55592b8e2f83f43070fa958c532cef Change-Id: I40a94a3ecf55592b8e2f83f43070fa958c532cef (cherry picked from commit 87889b0d4da71029f2a3154640e59bb71fbcb226)
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.