commit | bb397b0a0b492fe5e2120172ffc7c4416cc854e9 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Aug 29 13:42:09 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Aug 29 13:42:09 2018 +0100 |
tree | 40e7dc9640e4aed0d930a573fa87df7c8b75dd72 | |
parent | 385ba5c4342c2e5cdc339ec890891d22b0ec393a [diff] |
Support app shared libs in /product and /product_services. This whitelist controls which partitions support installing an app's libraries in the partition's lib folder as opposed to embedding them in the APK itself. Update it to also include /product and /product_services. Also add some clarifying comments. Bug: 111797707 Test: in internal branch Change-Id: I756af46cc9b718ca669dacc9d25364edddb295f4
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.