summaryrefslogtreecommitdiffstats
path: root/install/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-09 00:05:28 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-09 00:05:28 +0200
commita8cc70fbe1ebe3639fcb299ceea2dc5a6dc1122e (patch)
tree5d3fa5637c545ba4056ddcbf30f31f079daaa015 /install/Android.bp
parentMerge "libotautil exports libfstab header." (diff)
parentMerge "Build libinstall as a static library." (diff)
downloadandroid_bootable_recovery-a8cc70fbe1ebe3639fcb299ceea2dc5a6dc1122e.tar
android_bootable_recovery-a8cc70fbe1ebe3639fcb299ceea2dc5a6dc1122e.tar.gz
android_bootable_recovery-a8cc70fbe1ebe3639fcb299ceea2dc5a6dc1122e.tar.bz2
android_bootable_recovery-a8cc70fbe1ebe3639fcb299ceea2dc5a6dc1122e.tar.lz
android_bootable_recovery-a8cc70fbe1ebe3639fcb299ceea2dc5a6dc1122e.tar.xz
android_bootable_recovery-a8cc70fbe1ebe3639fcb299ceea2dc5a6dc1122e.tar.zst
android_bootable_recovery-a8cc70fbe1ebe3639fcb299ceea2dc5a6dc1122e.zip
Diffstat (limited to 'install/Android.bp')
-rw-r--r--install/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/Android.bp b/install/Android.bp
index 095a6d027..85cf9ac4a 100644
--- a/install/Android.bp
+++ b/install/Android.bp
@@ -46,7 +46,7 @@ cc_defaults {
],
}
-cc_library {
+cc_library_static {
name: "libinstall",
recovery_available: true,