forked from openkylin/platform_build
add legacy-android-test java library to PDK platform.zip
- Partners building java test using legacy test API needs it. bug: 64121067 Test: make platform-java and check if library is in platform.zip Change-Id: If831f8cc89a386ccb51f46935667057efb3cdf91
This commit is contained in:
parent
203de1108f
commit
37ae422c6f
|
@ -18,6 +18,7 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \
|
|||
target/common/obj/JAVA_LIBRARIES/core-oj_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/core-libart_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/legacy-android-test_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/ext_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/framework_intermediates \
|
||||
target/common/obj/JAVA_LIBRARIES/ims-common_intermediates \
|
||||
|
|
Loading…
Reference in New Issue