aboutsummaryrefslogtreecommitdiffstats
path: root/build/external_resources/mapsmobi_maven_repo/ya.make
blob: 2487263d6b066c96c1f35d74660426b3f1ff6e51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
RESOURCES_LIBRARY()

OWNER(g:mapkit)

IF (OS_ANDROID)
    DECLARE_EXTERNAL_RESOURCE(MAPSMOBI_MAVEN_REPO sbr:2586526945)
ELSE()
    MESSAGE(FATAL_ERROR Unsupported platform)
ENDIF()

END()