diff options
| author | Orion Hodson <oth@google.com> | 2021-05-20 21:49:55 +0100 |
|---|---|---|
| committer | Orion Hodson <oth@google.com> | 2021-05-21 07:37:34 +0000 |
| commit | 3c01a8beff853f11754f4065a806aafcf6fe825b (patch) | |
| 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
| -rw-r--r-- | build/allowed_deps.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 47331ca..cf77476 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -373,6 +373,7 @@ libnanohttpd(minSdkVersion:30) libnativebase_headers(minSdkVersion:29) libnativebridge-headers(minSdkVersion:S) libnativehelper_compat_libc++(minSdkVersion:(no version)) +libnativehelper_compat_libc++(minSdkVersion:29) libnativehelper_header_only(minSdkVersion:29) libnativeloader-headers(minSdkVersion:S) libnativewindow_headers(minSdkVersion:29) |
