aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/java/jdk/jdk19/ya.make
blob: 8663058ae112f1ca91856947d06eb6eeabfeb0a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
RESOURCES_LIBRARY()

DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(JDK19 jdk.json)
SET_RESOURCE_URI_FROM_JSON(WITH_JDK19_URI jdk.json)

IF (WITH_JDK19_URI)
    DECLARE_EXTERNAL_RESOURCE(WITH_JDK19 ${WITH_JDK19_URI})
ENDIF()

END()