commit | 560884d4af86994e5d1929fe376fa6ca7e30039a | [log] [tgz] |
---|---|---|
author | Parth Sane <parthsane@google.com> | Thu Jul 18 13:07:36 2024 +0000 |
committer | Parth Sane <parthsane@google.com> | Thu Jul 18 14:24:01 2024 +0000 |
tree | 6d183432d6d0299bb9c6049a119ec2d7d8a7ef33 | |
parent | 0d18be30ae7ac0556fda0302b838ba197783a38f [diff] |
Export the libbinder flag to Android.bp Note that the namespace is "libbinder". Bug: 333854840 Test: N/A Flag: RELEASE_LIBBINDER_CLIENT_CACHE Change-Id: Iecfb62c14685afcce72cf89ad61536efd2d17e31
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.