commit | 502892a9364a7e9e7cb28820edc1af605fc3e073 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Jul 06 13:29:43 2018 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Mon Jul 09 11:05:21 2018 -0700 |
tree | 3e4891610a45d91abe34bf07d99212cebcafdab7 | |
parent | cf91546456d6b174ac0bac30f4c3467ea66c1b64 [diff] |
Add logic to preopt both archs for SDK libs Update stale PRODUCT_SYSTEM_SERVER_JARS list since com.android.location.provider was renamed to com.android.location.provider.impl. Added logic to preopt both archs for SDK libs that are also system server JARS. Bug: 110780021 Test: manual and verify speed compiled (cherry picked from commit 4568c2d908eee03edea5793b4081565cfdea74cf) Merged-In: I34e728444ffda6db3375b638028d54b6ab623209 Change-Id: If0cb68ba4808aa8716099c5447645f4baac63f30
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.