commit | 53c816f7ded51c1eb53dd96e420f376eb9020418 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Nov 01 10:32:58 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Nov 01 10:50:27 2018 +0900 |
tree | bd404a3408aaf3874d72576c9cda3a059a8b813b | |
parent | a39bb7f23f26d67455966e01cb07d1c274ebcd8e [diff] |
Don't check VNDK lib list for PDK builds Some libs, such as libandroid_net.so and some other Renderscript related ones, can't be built in PDK due to missing frameworks/base. Bug: 118634643 Test: build PDK; build doesn't break due to missing VNDK libs Change-Id: Ic2bf657d796c2044c3b8f49b2963ca84760d54d1
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.