commit | 68984aa93aef134e1f7566418a931f103578c37d | [log] [tgz] |
---|---|---|
author | Daniel Cardenas <danielcar@google.com> | Thu Apr 15 14:46:30 2021 -0700 |
committer | Daniel Cardenas <DanielCar@google.com> | Mon Apr 19 20:48:02 2021 -0700 |
tree | d18c78d1df3c8b16d9e6d1c51949bbb8b13c54c3 | |
parent | 66321c193b43bb77bbe13a976da1cd5d20ad8671 [diff] |
Test changes for build support for test jni_libs Tested with patches: aosp/1560314 aosp/1560314/ Bug: 176593487 Test: make tvts aapt Change-Id: I2a2867726cc39758dfb27a0a12867e20e4af56d7
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.