commit | 29b9d92803e4c80270b5fc688fcd13a0de1161ed | [log] [tgz] |
---|---|---|
author | Ankita Vyas <[email protected]> | Thu Aug 22 09:02:15 2024 +0000 |
committer | Krishang Garodia <[email protected]> | Sat Oct 05 18:28:26 2024 +0000 |
tree | cfdf617a9d383a53c72f269dc1fe1716bc6cdfca | |
parent | 8ee5f8a480cff8ce82a0ced30a1d6e4dcb30532b [diff] |
Add new framework-photopicker inside MediaProvider module Bug: 359548801 Test: presubmit and m Change-Id: Ic29a1097bf73657973174769973e50e7dd985cc6 Merged-In: Ic29a1097bf73657973174769973e50e7dd985cc6
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.