HomeSort by relevance Sort by last modified time
    Searched refs:A_MINOR (Results 1 - 2 of 2) sorted by null

  /ndk/build/tools/
common-build-host-funcs.sh 297 local A_MAJOR A_MINOR B_MAJOR B_MINOR
309 A_MINOR=$(bh_extract_minor_version $1)
312 if [ $A_MINOR -lt $B_MINOR ]; then
build-host-gcc.sh 416 local A_MAJOR A_MINOR B_MAJOR B_MINOR
428 A_MINOR=$(extract_minor_version $1)
431 if [ $A_MINOR -lt $B_MINOR ]; then
    [all...]

Completed in 431 milliseconds