diff options
| author | 2023-05-04 03:13:54 +0000 | |
|---|---|---|
| committer | 2023-05-04 03:13:54 +0000 | |
| commit | 534593ea18db1bb774db61b9df6075156948093d (patch) | |
| tree | be8f42cda9957ef408f2a2e722b815e7253ef378 /libnativebridge/tests | |
| parent | 16f7312170ee252363a5e8b8d116075fbd7199bb (diff) | |
| parent | 3797085835e665dc7617374e5f4faf2dbabd5f13 (diff) | |
libnativebridge_test: link non-public libs statically am: 4eaa143fcc am: ed0cc31037 am: 3797085835
Original change: https://android-review.googlesource.com/c/platform/art/+/2573032
Change-Id: Idd497f393784f6fe3a07aa4054f7faf47cc65089
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libnativebridge/tests')
| -rw-r--r-- | libnativebridge/tests/Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libnativebridge/tests/Android.bp b/libnativebridge/tests/Android.bp index 57d26c0316..4d86d9e708 100644 --- a/libnativebridge/tests/Android.bp +++ b/libnativebridge/tests/Android.bp @@ -174,9 +174,12 @@ cc_test { "NeedsNativeBridge_test.cpp", "UnavailableNativeBridge_test.cpp", ], + static_libs: [ + "libdl_android", + "libnativebridge", + ], shared_libs: [ "liblog", - "libnativebridge", ], header_libs: ["libbase_headers"], |