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

Commit e446e6c9 authored by Tsu Chiang Chuang's avatar Tsu Chiang Chuang Committed by Android (Google) Code Review
Browse files

Merge "Clean up host tests that have been moved to TF."

parents 7e6aea71 723118c9
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -16,17 +16,5 @@ LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

#LOCAL_TEST_TYPE := hostSideOnly

# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_MODULE := FrameworkCoreHostTests

LOCAL_JAVA_LIBRARIES := hosttestlib ddmlib-prebuilt junit

include $(BUILD_HOST_JAVA_LIBRARY)

# Build the test APKs using their own makefiles
include $(call all-makefiles-under,$(LOCAL_PATH))

core/tests/hosttests/README

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
This dir contains tests which run on a host machine, and test aspects of
package install etc via adb.

To run, do:
runtest framework-core-host
Loading