commit | dcc8ec310fdb04ce3634d9572fdc747d9f47a359 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Aug 16 22:58:14 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Aug 16 22:58:14 2018 -0700 |
tree | 792936fbc9b4e7e9dcb08b8725e2898bc60ac22e | |
parent | 7a504334cd969187d6e31fc0e895af0a51ccb16c [diff] |
Add jni shared libraries to java soong_to_convert problems Soong doesn't support LOCAL_JNI_SHARED_LIBRARIES yet, add it to the problems list. Bug: 80095087 Test: examine soong_to_convert.txt Change-Id: I44f7a486b1e9de276416f74a4cb2b7f4eafce4ef
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.