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

Commit 63db4a50 authored by Guang Zhu's avatar Guang Zhu Committed by android-build-merger
Browse files

add CTS tradefed harness dependencies to PDK fusion config

am: 73c10bed

Change-Id: I6f95b9c5b52e469a634e0f14375ecaa127f28ae8
parents 3b202bde 73c10bed
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
# This file defines the rule to fuse the platform.zip into the current PDK build.
PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR :=
PDK_PLATFORM_JAVA_ZIP_JAVA_HOST_LIB_DIR := \
	host/common/obj/JAVA_LIBRARIES/bouncycastle-host_intermediates
	host/common/obj/JAVA_LIBRARIES/bouncycastle-host_intermediates \
	host/common/obj/JAVA_LIBRARIES/compatibility-host-util_intermediates \
	host/common/obj/JAVA_LIBRARIES/cts-tradefed-harness_intermediates \
	host/common/obj/JAVA_LIBRARIES/hosttestlib_intermediates
PDK_PLATFORM_JAVA_ZIP_CONTENTS :=

ifneq (,$(filter platform-java, $(MAKECMDGOALS))$(PDK_FUSION_PLATFORM_ZIP))