summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-02-08 20:45:35 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-08 20:45:35 +0100
commitbd39fa7bdb0ce4e55cada877084062f32f90edc2 (patch)
treea98d2d7ec23979d85f080efe5b24feaef6d3684c /tests/Android.mk
parentMerge "applypatch: fix memory leaks reported by static analysis." (diff)
parentChange on-device directory for recovery test data (diff)
downloadandroid_bootable_recovery-bd39fa7bdb0ce4e55cada877084062f32f90edc2.tar
android_bootable_recovery-bd39fa7bdb0ce4e55cada877084062f32f90edc2.tar.gz
android_bootable_recovery-bd39fa7bdb0ce4e55cada877084062f32f90edc2.tar.bz2
android_bootable_recovery-bd39fa7bdb0ce4e55cada877084062f32f90edc2.tar.lz
android_bootable_recovery-bd39fa7bdb0ce4e55cada877084062f32f90edc2.tar.xz
android_bootable_recovery-bd39fa7bdb0ce4e55cada877084062f32f90edc2.tar.zst
android_bootable_recovery-bd39fa7bdb0ce4e55cada877084062f32f90edc2.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 3f3c433eb..262fb8bfd 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -43,7 +43,7 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
libc
-testdata_out_path := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
+testdata_out_path := $(TARGET_OUT_DATA_NATIVE_TESTS)/recovery
testdata_files := $(call find-subdir-files, testdata/*)
GEN := $(addprefix $(testdata_out_path)/, $(testdata_files))