commit | 3c01a8beff853f11754f4065a806aafcf6fe825b | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Thu May 20 21:49:55 2021 +0100 |
committer | Orion Hodson <oth@google.com> | Fri May 21 07:37:34 2021 +0000 |
tree | 61e91f0b26217f6505fba72f9a6bc5529203c63b | |
parent | 24a42d49c7e277e951686fb61ad4262e9f6ed6f8 [diff] |
Add static variant of libnativehelper_compat_libc++ This allows the libcore native code in the ART Module to link against the static variant libnativehelper_compat_libc++. Ignore-AOSP-First: other dependencies need to land in aosp first this Bug: 188067586 Test: m Change-Id: I4b039b38d8560827b2acc80ea0157ce21da09150
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
This project uses a single source path for java code. All java code should go in the java
directory with subdirectories corresponding to the java package. Android.bp
files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests
directory and follow the same structure.