commit | e3cf60911a135738495f0a579a0368b9fc231f67 | [log] [tgz] |
---|---|---|
author | Bill Peckham <bpeckham@google.com> | Fri Jan 08 09:37:47 2021 -0800 |
committer | Bill Peckham <bpeckham@google.com> | Sat Jan 16 22:07:40 2021 +0000 |
tree | 46757366743a4ff1e261fa73f6e6893383a5fd36 | |
parent | fc596c996f35e123a0c2430894500aae97b5fde7 [diff] |
Enable prebuilt hiddenapi CSV files. By enabling these hiddenapi CSV files to be prebuilt, it becomes possible to create a split build that supports the hiddenapi encode dex step, but doesn't contain all of the java sources needed to generate the CSV files. Bug: 175048716 Test: m nothing Test: new TestHiddenAPISingletonWithPrebuiltCsvFile Test: local build without prebuilt hiddenapi Test: local build with prebuilt hiddenapi Change-Id: Ia38c5016d2aeba54aa537a5ce601898d46330730
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.