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


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:6342053228)
ENDIF()

END()