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

  /ndk/tests/build/warn-no-ldflags-in-static-libraries/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
7 printf "%s\n" "$BUILD_OUTPUT"
10 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*LOCAL_LDFLAGS is always ignored for static libraries"
13 printf "%s\n" "$BUILD_OUTPUT"
  /ndk/tests/build/warn-no-ldlibs-in-static-libraries/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
7 printf "%s\n" "$BUILD_OUTPUT"
10 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*LOCAL_LDLIBS is always ignored for static libraries"
13 printf "%s\n" "$BUILD_OUTPUT"
  /ndk/tests/build/warn-bad-modules/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING: No modules to build.*your APP_MODULES definition is probably incorrect!"
10 printf "%s\n" "$BUILD_OUTPUT"
  /ndk/tests/build/warn-no-modules/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING: There are no modules to build in this project"
10 printf "%s\n" "$BUILD_OUTPUT"
  /ndk/tests/build/warn-non-system-libs-in-linker-flags/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*non-system libraries in linker flags: -lfoo"
10 printf "%s\n" "$BUILD_OUTPUT"
  /ndk/tests/build/warn-thin-archive-is-for-static-libraries/
build.sh 4 BUILD_OUTPUT=$($NDK/ndk-build "$@" 2>&1)
7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*: LOCAL_THIN_ARCHIVE is for building static libraries"
10 printf "%s\n" "$BUILD_OUTPUT"

Completed in 75 milliseconds