commit | 6d0576122a9fad104fe3a8d11f1ed14d85aa2ca3 | [log] [tgz] |
---|---|---|
author | Nishant Panwar <nishantpanwar@google.com> | Sat Feb 10 09:00:04 2024 +0000 |
committer | Nishant Panwar <nishantpanwar@google.com> | Sat Feb 17 05:09:00 2024 +0000 |
tree | 03e142574e661955749b56bc76bf11379031385a | |
parent | 6b115846339aa3fc3c2bba724b39feedb9079bde [diff] |
Add SDK library framework-pdf-v in MediaProvider SDK library for pdf related bootclasspath classes that were part of the non-updatable API before V, and were moved to the module in V. Other pdf related bootclasspath classes in mediaprovider should go to framework-pdf. Bug: b/324667310 Test: presubmit and m Change-Id: I92aabf297508f2c885a721d11d40b5262b6847fe
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.