Home | History | Annotate | Download | only in disassembler
      1 LOCAL_PATH:= $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_SRC_FILES:= \
      5     arm64_diassembler_test.cpp \
      6     ../../../codeflinger/Arm64Disassembler.cpp
      7 
      8 LOCAL_SHARED_LIBRARIES :=
      9 
     10 LOCAL_MODULE:= test-pixelflinger-arm64-disassembler-test
     11 
     12 LOCAL_MODULE_TAGS := tests
     13 
     14 LOCAL_MULTILIB := 64
     15 
     16 include $(BUILD_NATIVE_TEST)
     17