Lines Matching refs:platforms
30 # the list of platforms / API levels we want to package in
31 # this release. This can be overriden with the --platforms
34 PLATFORMS="3 4 5 8 9"
61 # set of platforms to package (all by default)
62 register_var_option "--platforms=<list>" PLATFORMS "Specify API levels"
73 # Find the location of the platforms root directory
75 register_var_option "--development-root=<path>" DEVELOPMENT_ROOT "Specify platforms/samples directory"
209 if [ -n "$PLATFORMS" ] ; then
210 $NDK_ROOT_DIR/build/tools/build-platforms.sh $FLAGS --platform="$PLATFORMS"
212 $NDK_ROOT_DIR/build/tools/build-platforms.sh $FLAGS $PLATFORM_FLAGS