commit | 8320380d55b779130471f6b2fcfa0b62e1d9f2a0 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Mar 05 22:27:09 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Tue Mar 05 22:27:09 2024 +0000 |
tree | ddde6e9b62a5d60c0e1318eacae1643ef67f1903 | |
parent | a290c6caf8798bc4c1133093da1d797f668b7ec2 [diff] |
set exportable to true for aconfig.test.exported.flags Test: m aconfig_test_java_library_exported Bug: 310504781 Change-Id: Ib405febc739c49dff7340d43c65a7ec2b314d7de
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.