Remove legacy-test from TARGET_DEFAULT_JAVA_LIBRARIES
Bug: 30188076 Test: make checkbuild Change-Id: I8cc9d4f7aad5d9c0fb0a52a5f5d430c6d28050ce
This commit is contained in:
parent
2d7fb30207
commit
01fc887a07
|
@ -701,7 +701,7 @@ endif
|
|||
|
||||
# allow overriding default Java libraries on a per-target basis
|
||||
ifeq ($(TARGET_DEFAULT_JAVA_LIBRARIES),)
|
||||
TARGET_DEFAULT_JAVA_LIBRARIES := core-oj core-libart legacy-test ext framework okhttp
|
||||
TARGET_DEFAULT_JAVA_LIBRARIES := core-oj core-libart ext framework okhttp
|
||||
endif
|
||||
|
||||
# Flags for DEX2OAT
|
||||
|
|
Loading…
Reference in New Issue