summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-17 19:34:31 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-03-17 19:34:31 +0100
commitc76805952e090107afa9caba795a72992921334b (patch)
treefbfd54f24bb6e847d18f89e173d84ed148bcd5b8 /tests/Android.mk
parentMerge "Add the missing #include of <functional>." am: dd553d280f am: 965021ab8d (diff)
parentMerge "Add a test to perform block_image_update" am: 881b08ecd2 (diff)
downloadandroid_bootable_recovery-c76805952e090107afa9caba795a72992921334b.tar
android_bootable_recovery-c76805952e090107afa9caba795a72992921334b.tar.gz
android_bootable_recovery-c76805952e090107afa9caba795a72992921334b.tar.bz2
android_bootable_recovery-c76805952e090107afa9caba795a72992921334b.tar.lz
android_bootable_recovery-c76805952e090107afa9caba795a72992921334b.tar.xz
android_bootable_recovery-c76805952e090107afa9caba795a72992921334b.tar.zst
android_bootable_recovery-c76805952e090107afa9caba795a72992921334b.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index ec971b38c..65f736d13 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -81,7 +81,10 @@ include $(BUILD_NATIVE_TEST)
# Component tests
include $(CLEAR_VARS)
-LOCAL_CFLAGS := -Werror
+LOCAL_CFLAGS := \
+ -Werror \
+ -D_FILE_OFFSET_BITS=64
+
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := recovery_component_test
LOCAL_C_INCLUDES := bootable/recovery
@@ -136,6 +139,10 @@ LOCAL_STATIC_LIBRARIES := \
libz \
libbase \
libtune2fs \
+ libfec \
+ libfec_rs \
+ libsquashfs_utils \
+ libcutils \
$(tune2fs_static_libraries)
testdata_files := $(call find-subdir-files, testdata/*)