summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/tests/arch-arm64/disassembler/Android.mk
blob: 8f62f0975b028d4461f9e4bacbb93b86be4faa1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
    arm64_diassembler_test.cpp \
    ../../../codeflinger/Arm64Disassembler.cpp

LOCAL_SHARED_LIBRARIES :=

LOCAL_C_INCLUDES := \
    system/core/libpixelflinger/codeflinger

LOCAL_MODULE:= test-pixelflinger-arm64-disassembler-test

LOCAL_MODULE_TAGS := tests

LOCAL_MULTILIB := 64

include $(BUILD_NATIVE_TEST)