commit | 8782e1e85864ab4bac1d7b85b8cdada181b793de | [log] [tgz] |
---|---|---|
author | Jared Duke <jdduke@google.com> | Thu Apr 25 19:04:01 2024 +0000 |
committer | Jared Duke <jdduke@google.com> | Fri Apr 26 17:43:14 2024 +0000 |
tree | de2e93b0d0b332baa64a52028c79ad39f7cad275 | |
parent | c6e4a86b0391830ccc2ee6e81be2482a2dc6e659 [diff] |
Use a version script for libaconfig_storage_read_api_cc Restrict the set of exported symbols to those in the aconfig_storage namespace by way of a version script. This shrinks the shared lib size by ~75%, from ~800KB to <200KB. Bug: 336657207 Test: m Change-Id: I56044fe667a713cf1d94f96c992f379a5725850f
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.