summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-09 14:11:42 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-09 14:11:42 +0200
commit33d47824c69c9e5084772db9a26676ed3aff0741 (patch)
treecc62b243b40467fc39c1000eead7d547fe1a35de /install
parentImport translations. DO NOT MERGE (diff)
parentMerge "Build libinstall as a static library." am: 38d5e60874 (diff)
downloadandroid_bootable_recovery-33d47824c69c9e5084772db9a26676ed3aff0741.tar
android_bootable_recovery-33d47824c69c9e5084772db9a26676ed3aff0741.tar.gz
android_bootable_recovery-33d47824c69c9e5084772db9a26676ed3aff0741.tar.bz2
android_bootable_recovery-33d47824c69c9e5084772db9a26676ed3aff0741.tar.lz
android_bootable_recovery-33d47824c69c9e5084772db9a26676ed3aff0741.tar.xz
android_bootable_recovery-33d47824c69c9e5084772db9a26676ed3aff0741.tar.zst
android_bootable_recovery-33d47824c69c9e5084772db9a26676ed3aff0741.zip
Diffstat (limited to 'install')
-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,