summaryrefslogtreecommitdiffstats
path: root/otafault
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-09-29 20:18:56 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 20:18:56 +0200
commit7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80 (patch)
tree71f246c63d16dfc54d086a49899fef6739972f04 /otafault
parentMerge "otafault: Clean up header inclusion." am: d9373cf621 am: ffc171c56d (diff)
parentMerge "otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES." am: 50f5a54a1e (diff)
downloadandroid_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.gz
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.bz2
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.lz
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.xz
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.tar.zst
android_bootable_recovery-7aa2fca9ef05615c1e66d6ab7d0fb9d634c26e80.zip
Diffstat (limited to 'otafault')
-rw-r--r--otafault/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/otafault/Android.mk b/otafault/Android.mk
index 383717612..3e14f77f3 100644
--- a/otafault/Android.mk
+++ b/otafault/Android.mk
@@ -33,7 +33,7 @@ LOCAL_MODULE_TAGS := eng
LOCAL_MODULE := libotafault
LOCAL_C_INCLUDES := bootable/recovery
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
-LOCAL_WHOLE_STATIC_LIBRARIES := $(otafault_static_libs)
+LOCAL_STATIC_LIBRARIES := $(otafault_static_libs)
include $(BUILD_STATIC_LIBRARY)