diff options
| author | 2019-12-17 20:15:48 -0800 | |
|---|---|---|
| committer | 2019-12-17 20:17:30 -0800 | |
| commit | 19de208f9db86644695fa32f1eb94b00a8b804b2 (patch) | |
| tree | f60f7b861e542b60fc7322f88b69e920b88d0503 | |
| parent | 0c3329b0ddb5572bcd2350f32768b89d7a3fbbb9 (diff) | |
Link libvndksupport dynamically instead of statically.
Bug: 146456667
Change-Id: I94cfefaac4fbd6c5914af151399a5be35c582d7b
| -rw-r--r-- | libs/vr/libpdx/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/vr/libpdx/Android.bp b/libs/vr/libpdx/Android.bp index 1a9d7274a1..23a4224e05 100644 --- a/libs/vr/libpdx/Android.bp +++ b/libs/vr/libpdx/Android.bp @@ -53,6 +53,8 @@ cc_test { "libpdx", "liblog", "libutils", + ], + shared_libs: [ "libvndksupport", ], } |