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

LOCAL_SRC_FILES:= \
    aarch64_diassembler_test.cpp \
    ../../../codeflinger/Aarch64Disassembler.cpp

LOCAL_SHARED_LIBRARIES :=

LOCAL_C_INCLUDES := \
    system/core/libpixelflinger/codeflinger

LOCAL_MODULE:= test-pixelflinger-aarch64-disassembler-test

LOCAL_MODULE_TAGS := tests

include $(BUILD_EXECUTABLE)