commit | 37ede1b6263bb7c3f63c5ac9a7c80ea59ec5911b | [log] [tgz] |
---|---|---|
author | Jiwen 'Steve' Cai <jwcai@google.com> | Fri May 04 19:12:32 2018 -0700 |
committer | Jiwen 'Steve' Cai <jwcai@google.com> | Fri May 04 19:14:48 2018 -0700 |
tree | cbb7ba10303894409873f6ceeead37228b5b1502 | |
parent | aa43c4b7d3a34cfb5c58977fab0f5c45ae9f5aee [diff] |
Remove some VNDK libraries that were incorrectly added This is inspired by ag/3915101 and ag/3865679: Following libs for VR were added due to the dependency from libgui. Since the dependency is cut for vendor variant of libgui, they don't need to be in VNDK consuming storage. - libbufferhub - libbufferhubqueue - libpdx_default_transport Bug: 79151096 Test: Build system and inspect bufferhub/pdx related libraries are no longer in vendor partition. Change-Id: I4dd2c04edd9be0215a214e01733f4ae944d5a180
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.