aboutsummaryrefslogtreecommitdiffstats
path: root/build/external_resources/mapsmobi_maven_repo/ya.make
blob: 23cba7d581a93ec2800f549326c1e727ea793a7c (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()