commit | 91412af6e2c6f56ff29c5ccf002bf547bdcbe8ac | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@google.com> | Thu Feb 08 09:41:36 2024 -0700 |
committer | Makoto Onuki <omakoto@google.com> | Thu Feb 08 11:33:58 2024 -0800 |
tree | 4f855bd9b4d4592cf4f392335c11fde39c70f209 | |
parent | 4416313943bea029dee87c56855ca8479b057e41 [diff] |
Basic `ParcelFileDescriptor` on Ravenwood. One of the final foundational building blocks, which wraps a Java `FileDescriptor` object. Since many of the existing APIs here offer to work with "raw" int FD values, we need to reach "behind the curtain" to read/write the internal value. Thankfully `SharedSecrets` already offers a way to gain access without requiring us to open up the entire `java.io` area of the `java.base` module. Bring along `android.util.CloseGuard` as a no-op wrapper. Bug: 324417456 Test: atest CtsOsTestCasesRavenwood Merged-in: I8af63d1c5a4bb2ef76bd43594a1072f2ca537d68 Change-Id: I8af63d1c5a4bb2ef76bd43594a1072f2ca537d68
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.