aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/java/jstyle_lib/ya.make
blob: e83ebba6cab915ce905f959e7596c5b64aa863d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
RESOURCES_LIBRARY()

OWNER(heretic)

IF (USE_SYSTEM_JSTYLE_LIB)
    MESSAGE(WARNING System java codestyle library $USE_SYSTEM_JSTYLE_LIB will be used)
ELSE()
    DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:5310288728)
ENDIF()

END()