Home | History | Annotate | Download | only in Configurations

Lines Matching refs:platforms

75                 if (-d "$ndk/platforms") {
76 # list available platforms (numerically)
77 my @platforms = sort { $a =~ m/-([0-9]+)$/; my $aa = $1;
79 } glob("$ndk/platforms/android-$api");
80 die "no $ndk/platforms/android-$api" if ($#platforms < 0);
82 $sysroot = "@platforms[$#platforms]/arch-$arch";
86 # r22 Removed platforms dir, use this JSON file
87 my $path = "$ndk/meta/platforms.json";