Home | History | Annotate | Download | only in tools

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="$API_LEVELS"
66 # set of platforms to package (all by default)
67 register_var_option "--platforms=<list>" PLATFORMS "Specify API levels"
78 # Find the location of the platforms root directory
80 register_var_option "--development-root=<path>" DEVELOPMENT_ROOT "Specify platforms/samples directory"
340 unpack_archive "$PREBUILT_DIR/platforms.tar.bz2" "$REFERENCE" &&
355 FLAGS="$FLAGS --platform=$(spaces_to_commas $PLATFORMS)"
357 $NDK_ROOT_DIR/build/tools/gen-platforms.sh $FLAGS