diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-10-22 09:04:02 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-10-22 09:04:02 +0200 |
commit | 67fb9e94d2364f5bf6f183629891090c4d527b7f (patch) | |
tree | 57d6ccdfea502142d1559f77c095712ad95ffe33 /minui/Android.bp | |
parent | Merge "Update caremap to by py3 compatible" (diff) | |
parent | libminui for vendor (diff) | |
download | android_bootable_recovery-67fb9e94d2364f5bf6f183629891090c4d527b7f.tar android_bootable_recovery-67fb9e94d2364f5bf6f183629891090c4d527b7f.tar.gz android_bootable_recovery-67fb9e94d2364f5bf6f183629891090c4d527b7f.tar.bz2 android_bootable_recovery-67fb9e94d2364f5bf6f183629891090c4d527b7f.tar.lz android_bootable_recovery-67fb9e94d2364f5bf6f183629891090c4d527b7f.tar.xz android_bootable_recovery-67fb9e94d2364f5bf6f183629891090c4d527b7f.tar.zst android_bootable_recovery-67fb9e94d2364f5bf6f183629891090c4d527b7f.zip |
Diffstat (limited to 'minui/Android.bp')
-rw-r--r-- | minui/Android.bp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/minui/Android.bp b/minui/Android.bp index f68f6c81d..02fb3638f 100644 --- a/minui/Android.bp +++ b/minui/Android.bp @@ -24,6 +24,7 @@ package { cc_library { name: "libminui", recovery_available: true, + vendor_available: true, defaults: [ "recovery_defaults", @@ -51,4 +52,15 @@ cc_library { "libpng", "libz", ], + + target: { + vendor: { + exclude_static_libs: [ + "libsync", + ], + shared_libs: [ + "libsync", + ], + }, + }, } |