summaryrefslogtreecommitdiffstats
path: root/otautil
diff options
context:
space:
mode:
authorJerry Zhang <zhangjerry@google.com>2018-07-17 23:20:55 +0200
committerHridya Valsaraju <hridya@google.com>2018-07-20 07:40:23 +0200
commit92969c49dce519803ed0a1986781c474b1bbc82f (patch)
tree1dedf7b8e1ee1c996fd102e04fb825e2c01f49aa /otautil
parentMerge "Fix the arguments passed to getopt_long(3)." am: 29932e7bcc am: 2f9d61ad25 (diff)
downloadandroid_bootable_recovery-92969c49dce519803ed0a1986781c474b1bbc82f.tar
android_bootable_recovery-92969c49dce519803ed0a1986781c474b1bbc82f.tar.gz
android_bootable_recovery-92969c49dce519803ed0a1986781c474b1bbc82f.tar.bz2
android_bootable_recovery-92969c49dce519803ed0a1986781c474b1bbc82f.tar.lz
android_bootable_recovery-92969c49dce519803ed0a1986781c474b1bbc82f.tar.xz
android_bootable_recovery-92969c49dce519803ed0a1986781c474b1bbc82f.tar.zst
android_bootable_recovery-92969c49dce519803ed0a1986781c474b1bbc82f.zip
Diffstat (limited to '')
-rw-r--r--otautil/Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index b058f7b35..16af7e781 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -16,6 +16,7 @@ cc_library_static {
name: "libotautil",
host_supported: true,
+ recovery_available: true,
// Minimal set of files to support host build.
srcs: [
@@ -23,7 +24,7 @@ cc_library_static {
"rangeset.cpp",
],
- static_libs: [
+ shared_libs: [
"libbase",
],
@@ -46,7 +47,7 @@ cc_library_static {
"thermalutil.cpp",
],
- static_libs: [
+ shared_libs: [
"libselinux",
"libcutils",
],