Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d40d8b83 authored by cretin45's avatar cretin45
Browse files

SetupWizard: Fix test app building in 13

Change-Id: I53d5317070950d75637182c9284a7a38ec99c222
parent 962f9a89
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

# We only want this apk build for tests.
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional

LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_PRIVILEGED_MODULE := true

# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
@@ -12,6 +11,4 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := CyanogenSetupWizardTests
LOCAL_CERTIFICATE := platform

LOCAL_INSTRUMENTATION_FOR := CyanogenSetupWizard

include $(BUILD_PACKAGE)