summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-03-17 19:22:10 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-17 19:22:11 +0100
commit881b08ecd2fa458d3547a37fcc23834024b5f7e7 (patch)
treed1f51ddc54a849a184d17b4f65e5d5ba5aeb8773 /tests/Android.mk
parentMerge "Add the missing #include of <functional>." (diff)
parentAdd a test to perform block_image_update (diff)
downloadandroid_bootable_recovery-881b08ecd2fa458d3547a37fcc23834024b5f7e7.tar
android_bootable_recovery-881b08ecd2fa458d3547a37fcc23834024b5f7e7.tar.gz
android_bootable_recovery-881b08ecd2fa458d3547a37fcc23834024b5f7e7.tar.bz2
android_bootable_recovery-881b08ecd2fa458d3547a37fcc23834024b5f7e7.tar.lz
android_bootable_recovery-881b08ecd2fa458d3547a37fcc23834024b5f7e7.tar.xz
android_bootable_recovery-881b08ecd2fa458d3547a37fcc23834024b5f7e7.tar.zst
android_bootable_recovery-881b08ecd2fa458d3547a37fcc23834024b5f7e7.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/*)