OSDN Git Service

libopenjdkjvmti is actually not a test library.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 23 Nov 2016 16:25:15 +0000 (16:25 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 23 Nov 2016 16:25:15 +0000 (16:25 +0000)
Use the right target for the libopenjdkjvmti library.

Test: test-art-target-sync
Change-Id: I8c23c87911bc890482e5e9be3d64ce0a362b6924

test/Android.run-test.mk

index af4ef91..554f66d 100644 (file)
@@ -792,12 +792,8 @@ TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_2ND_ARCH
 endif
 
 # Also need libopenjdkjvmti.
-TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_ARCH)_libopenjdkjvmti)
-TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_ARCH)_libopenjdkjvmtid)
-ifdef TARGET_2ND_ARCH
-TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_2ND_ARCH)_libopenjdkjvmti)
-TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_2ND_ARCH)_libopenjdkjvmtid)
-endif
+TEST_ART_TARGET_SYNC_DEPS += libopenjdkjvmti
+TEST_ART_TARGET_SYNC_DEPS += libopenjdkjvmtid
 
 # All tests require the host executables. The tests also depend on the core images, but on
 # specific version depending on the compiler.