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

Commit 4ad5bd10 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add legacy-performance-test-hostdex target" am: f9587a35 am:...

Merge "Merge "Add legacy-performance-test-hostdex target" am: f9587a35 am: c5f2b08e am: ef1d2b97" into nyc-mr2-dev-plus-aosp
parents 6b1507c6 b3237523
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -27,3 +27,15 @@ LOCAL_STATIC_JAVA_LIBRARIES := core-junit-static
LOCAL_MODULE := legacy-test

include $(BUILD_JAVA_LIBRARY)

ifeq ($(HOST_OS),linux)
# Build the legacy-performance-test-hostdex library
# =================================================
# This contains the android.test.PerformanceTestCase class only
include $(CLEAR_VARS)

LOCAL_SRC_FILES := ../core/java/android/test/PerformanceTestCase.java
LOCAL_MODULE := legacy-performance-test-hostdex

include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
endif  # HOST_OS == linux