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

  /ndk/tests/
run-tests.sh 35 # Defining _NDK_TESTING_ALL_=yes to put armeabi-v7a-hard in its own libs/armeabi-v7a-hard
37 # APP_ABI=armeabi-v7a and APP_ABI=armeabi-v7a-hard. Without _NDK_TESTING_ALL_=yes, tests
39 if [ -z "$_NDK_TESTING_ALL_" ]; then
40 _NDK_TESTING_ALL_=all
42 export _NDK_TESTING_ALL_
    [all...]
  /ndk/build/core/
setup-toolchain.mk 150 # install armeabi-v7a-hard to lib/armeabi-v7a, unless under testing where env. var. _NDK_TESTING_ALL_
152 ifeq (,$(filter yes all all32 all64,$(_NDK_TESTING_ALL_)))
init.mk 538 ifneq (,$(filter yes all all32 all64,$(_NDK_TESTING_ALL_)))
548 ifeq ($(_NDK_TESTING_ALL_),all32)
551 ifeq ($(_NDK_TESTING_ALL_),all64)

Completed in 921 milliseconds