commit | 3d80c6a500b48f90934eaf19edd3dca6ac77dc2c | [log] [tgz] |
---|---|---|
author | zhidou <zhidou@google.com> | Tue Nov 19 04:41:09 2024 +0000 |
committer | zhidou <zhidou@google.com> | Tue Nov 19 04:41:09 2024 +0000 |
tree | 01b03eabf8c377329e04382ba58ec21d8c5d43d7 | |
parent | 2ffe4dea46940d0fa39a60b60edee67f354f8c20 [diff] |
add new storage sub libray Create stub files of new storage, and the build target of new storage sub. The stub files, and the library is needed for the case to provide the symbols at the build time. Test: presubmit Change-Id: If3bc64130590b69c879e3bf5299a58f0dea42324
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.