commit | 455dc608f3bf590ff568c1ee2b1893b9331a62f4 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Thu Apr 04 20:45:58 2024 +0000 |
committer | Dennis Shen <dzshen@google.com> | Thu Apr 04 21:39:04 2024 +0000 |
tree | 7b45784e26f42390c1d2837c4f010b7670ca2650 | |
parent | 2922ca901954303d8e9f6be4452ef1bdc4f7b914 [diff] |
aconfig: move create flag info file api to aconfig_storage_write_api rust_ffi_static right now will export excessive symbols, this lead to a duplication of symbols when aconfig links against both libaconfig_storage_file_cc and libaconfig_storage_read_api_cc. This is because aconfig_storage_read_api crate depends on aconfig_storage_file crate. To solve this problem, move create flag info file api to aconfig_storage_write_api crate which is parallel to aconfig_storage_read_api crate. Bug: b/321077378 Test: atest aconfig_storage_file.test; atest aconfig_storage_read_api.test; atest aconfig_storage_write_api.test Change-Id: Ibbb50193a2da82d52ccbb4087c8e3fb9f320805f
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.