android_mt6572_jiabo/platform_testing/tests/functional/permission/Android.mk
2025-09-05 16:56:03 +08:00

15 lines
374 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_STATIC_JAVA_LIBRARIES := ub-uiautomator launcher-helper-lib
LOCAL_PACKAGE_NAME := PermissionFunctionalTests
LOCAL_CERTIFICATE := platform
include $(BUILD_PACKAGE)