summaryrefslogtreecommitdiff
path: root/tests/ext4/Android.mk
blob: e76ccae6351e90f2e7efa78340a989ad9ca8eb52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 2012 The Android Open Source Project

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= corrupt_gdt_free_blocks.c
LOCAL_MODULE:= corrupt_gdt_free_blocks
LOCAL_MODULE_TAGS := debug
LOCAL_C_INCLUDES += system/extras/ext4_utils

include $(BUILD_EXECUTABLE)


include $(CLEAR_VARS)

LOCAL_SRC_FILES:= set_ext4_err_bit.c
LOCAL_MODULE:= set_ext4_err_bit
LOCAL_MODULE_TAGS := debug

include $(BUILD_EXECUTABLE)


include $(CLEAR_VARS)

LOCAL_SRC_FILES:= rand_emmc_perf.c
LOCAL_MODULE:= rand_emmc_perf 
LOCAL_MODULE_TAGS := optional
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := libm libc

include $(BUILD_EXECUTABLE)