1# Copyright 2019 Google LLC. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4LOCAL_PATH:= $(call my-dir) 5include $(CLEAR_VARS) 6LOCAL_MODULE_TAGS := tests optional 7LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS) 8LOCAL_COMPATIBILITY_SUITE := cts vts general-tests 9LOCAL_JAVA_LIBRARIES := android.test.runner.stubs 10LOCAL_JNI_SHARED_LIBRARIES := libskqp_app 11LOCAL_MULTILIB := both 12LOCAL_USE_AAPT2 := true 13LOCAL_STATIC_ANDROID_LIBRARIES := android-support-design 14LOCAL_STATIC_JAVA_LIBRARIES := ctstestrunner-axt 15LOCAL_SRC_FILES := $(call all-java-files-under, java) 16LOCAL_PACKAGE_NAME := CtsSkQPTestCases 17LOCAL_SDK_VERSION := test_current 18include $(BUILD_CTS_PACKAGE) 19