1e16cb84e2324f05334d18dcf5956f20f44262b62The Android Open Source Project# Copyright 2006 The Android Open Source Project
28f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferrisifneq ($(filter $(TARGET_ARCH),arm arm64),)
38f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris
4e16cb84e2324f05334d18dcf5956f20f44262b62The Android Open Source ProjectLOCAL_PATH:= $(call my-dir)
58f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris
6e16cb84e2324f05334d18dcf5956f20f44262b62The Android Open Source Projectinclude $(CLEAR_VARS)
7e16cb84e2324f05334d18dcf5956f20f44262b62The Android Open Source Project
88f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher FerrisLOCAL_SRC_FILES := \
98f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris    memtest.cpp \
108f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris    fptest.cpp \
118f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris    thumb.cpp \
128f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris    bandwidth.cpp \
138f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris
148f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher FerrisLOCAL_MODULE := memtest
158f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher FerrisLOCAL_MODULE_TAGS := debug
168f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher FerrisLOCAL_CFLAGS += \
178f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris    -fomit-frame-pointer \
188f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris    -Wall \
198f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher Ferris    -Werror \
20e16cb84e2324f05334d18dcf5956f20f44262b62The Android Open Source Project
218f1da8fe2db97aff22320776b46adcd2333cc5a9Christopher FerrisLOCAL_MULTILIB := 32
22e16cb84e2324f05334d18dcf5956f20f44262b62The Android Open Source Project
2383a4a064bae7b2490d6d5f2402ffd60dba224b5aChristopher FerrisLOCAL_SANITIZE := never
2483a4a064bae7b2490d6d5f2402ffd60dba224b5aChristopher Ferris
25e16cb84e2324f05334d18dcf5956f20f44262b62The Android Open Source Projectinclude $(BUILD_EXECUTABLE)
26957010bef327f255cdb6909109a1f31b5ee8f443Kenny Rootendif
27