Merge "Don't require supported binary formats in negative tests." into marshmallow...
[platform/upstream/VK-GL-CTS.git] / android / package / Android.mk
1 LOCAL_PATH := $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_MODULE_TAGS := tests
5
6 LOCAL_SRC_FILES := $(call all-java-files-under,src)
7 LOCAL_JNI_SHARED_LIBRARIES := libdeqp
8
9 LOCAL_ASSET_DIR := $(LOCAL_PATH)/../../data
10 LOCAL_PACKAGE_NAME := com.drawelements.deqp
11 LOCAL_MULTILIB := both
12
13 include $(BUILD_PACKAGE)