2nd attempt to remove legacy-test from TARGET_DEFAULT_JAVA_LIBRARIES
Bug: 30188076
Test: make checkbuild
(cherry picked from commit 01fc887a07
)
Change-Id: I114948232fd63eaf57a777d37623e4c931bdd0ff
This commit is contained in:
parent
22b55e1c54
commit
de88056b17
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue