commit | ac5527f7656837305069dc2e7b9ae6e5c92cc0b2 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Tue Apr 10 18:24:16 2018 +0900 |
committer | Justin Yun <justinyun@google.com> | Tue Apr 10 18:24:16 2018 +0900 |
tree | 5dec7e344b6b3ada2cbe50294f7cef43d6e22b58 | |
parent | f05573eb91401f19d2dae579ce6220d4b5680212 [diff] |
Update current.txt for vndk Update the current.txt for vndk libs in aosp. Bug: 77816590 Test: m check-vndk-list Change-Id: Ie90111c10781cc366faa711027f279601709fe56
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.