Searched refs:PROJECT (Results 1 – 18 of 18) sorted by relevance
/ndk/build/tools/ |
D | dev-cleanup.sh | 81 for PROJECT in $DIR/tests/build/*; do 82 cleanup_project $PROJECT 84 for PROJECT in $DIR/tests/device/*; do 85 cleanup_project $PROJECT 94 for PROJECT in $DIR/samples/*; do 95 cleanup_project $PROJECT 97 for PROJECT in $DIR/platforms/android-*/samples/*; do 98 cleanup_project $PROJECT
|
D | build-gnu-libstdc++.sh | 205 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI $THUMB" 206 echo "$PROJECT: configuring" 222 fail_panic "Could not configure $PROJECT" 224 echo "$PROJECT: compiling" 226 fail_panic "Could not build $PROJECT" 228 echo "$PROJECT: installing"
|
/ndk/tests/ |
D | run-tests.sh | 439 local PROJECT=$1 445 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1 454 local PROJECT="$1" 458 if [ -f "$PROJECT/BROKEN_BUILD" ] ; then 459 if [ ! -s "$PROJECT/BROKEN_BUILD" ] ; then 462 echo "Skipping `basename $PROJECT`: (build)" 464 echo "Skipping $ERRMSG: `basename $PROJECT`" 469 TARGET_TOOLCHAIN=`get_build_var $PROJECT TARGET_TOOLCHAIN` 471 grep -q -e "$TARGET_TOOLCHAIN_VERSION" "$PROJECT/BROKEN_BUILD" 474 … echo "Skipping `basename $PROJECT`: (no build for $TARGET_TOOLCHAIN_VERSION)" [all …]
|
/ndk/ |
D | ndk-gdb.py | 65 PROJECT = None variable 114 global PROJECT, NDK 241 PROJECT = args.project 275 global GNUMAKE_CMD, GNUMAKE_FLAGS, NDK, PROJECT 281 PROJECT, 290 global GNUMAKE_CMD, GNUMAKE_FLAGS, NDK, PROJECT 296 PROJECT, 499 global ADB_CMD, NDK, PROJECT 519 if PROJECT != None: 520 log('Using specified project path: %s' % (PROJECT)) [all …]
|
D | ndk-gdb | 120 …$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail … 128 …$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI… 134 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST 449 log "Using specified project path: $PROJECT" 450 if [ ! -d "$PROJECT" ] ; then 454 if [ ! -f "$PROJECT/$MANIFEST" ] ; then 473 if [ -z "$PROJECT" ] ; then 478 log "Using auto-detected project path: $PROJECT" 485 echo "ERROR: Could not extract package name from $PROJECT/$MANIFEST." 579 if [ -f $PROJECT/libs/$COMPAT_ABI/gdbserver ] ; then [all …]
|
/ndk/docs/text/ |
D | HOWTO.text | 25 How to store your native sources in a location other than $PROJECT/jni: 28 First, you can simply tell your $PROJECT/jni/Android.mk to include 45 How to store your Application.mk in a location other than $PROJECT/jni: 48 Starting with NDK r4, you can simply place the file under $PROJECT/jni/ 60 $PROJECT/foo/Application.mk 64 ln -s $PROJECT/foo $NDK/apps/<name> 67 $PROJECT/jni/Application.mk 84 $PROJECT/jni/foo/ 89 $PROJECT/jni/bar/
|
D | OVERVIEW.text | 132 1. Place your native sources under `$PROJECT/jni/`... 134 2. Write `$PROJECT/jni/Android.mk` to describe your sources 137 3. Optional: write `$PROJECT/jni/Application.mk` to describe your 165 $PROJECT/jni/ 167 Where `$PROJECT` corresponds to the path of your Android application 203 $PROJECT/jni/Android.mk 236 - Place it under `$PROJECT/jni/Application.mk`, and it will be picked 272 cd $PROJECT 284 By default, it expects an optional file under $PROJECT/jni/Application.mk, 285 and a required $PROJECT/jni/Android.mk. [all …]
|
D | PREBUILTS.text | 49 shared library will be copied into $PROJECT/obj/local, and another will be 50 copied and stripped into `$PROJECT/libs/<abi>`. 102 symbols. The version that is installed into `$PROJECT/libs/<abi>/` is always
|
D | CPU-X86.text | 32 As you would expect, generated libraries will go into `$PROJECT/libs/x86/`, and
|
D | CPU-MIPS.text | 30 As you would expect, generated libraries will go into $PROJECT/libs/mips/, and
|
D | APPLICATION-MK.text | 23 An `Application.mk` file is usually placed under `$PROJECT/jni/Application.mk`, 24 where `$PROJECT` points to your application's project directory. 45 > Note that it is optional for `$PROJECT/jni/Application.mk`, but
|
D | NDK-BUILD.text | 14 cd $PROJECT
|
D | NDK-GDB.text | 17 cd $PROJECT
|
D | CHANGES.text | 284 $PROJECT/libs. See OVERVIEW.html
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | exception | 16 // THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 19 // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
D | new | 16 // THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 19 // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
D | typeinfo | 16 // THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 19 // ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
/ndk/sources/third_party/googletest/ |
D | README.NDK | 78 $PROJECT/libs/$ABI/. After this, to run the unit test program push it to
|