Actions
Bug #1011
closedgen-platforms.sh leaves repo in a dirty state
Start date:
07/22/2015
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
CrystaX NDK Version:
Description
when run like this:
./build/tools/gen-platforms.sh --samples --fast-copy --dst-dir=/Volumes/Source-HD/src/ndk/platform/ndk --ndk-dir=/Volumes/Source-HD/src/ndk/platform/ndk --arch=arm,x86,mips,arm64,x86_64,mips64 --package-dir=/tmp/ndk-zuav/tmp/build-71797/release-10.2.1-20150722/prebuilt --gcc-version=4.9
leave repo like this:
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add/rm ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
deleted: samples/.gitignore
deleted: samples/test-debug/.gitignore
deleted: samples/test-debug/AndroidManifest.xml
deleted: samples/test-debug/jni/Android.mk
deleted: samples/test-debug/jni/Application.mk
deleted: samples/test-debug/jni/testdebug.c
deleted: samples/test-debug/proguard-project.txt
deleted: samples/test-debug/project.properties
deleted: samples/test-debug/res/values/strings.xml
deleted: samples/test-debug/src/com/example/testdebug/TestDebug.java
Untracked files:
(use "git add ..." to include in what will be committed)
samples/MoreTeapots/
samples/Teapot/
samples/bitmap-plasma/
samples/gles3jni/
samples/hello-gl2/
samples/hello-jni/
samples/hello-neon/
samples/module-exports/
samples/native-activity/
samples/native-audio/
samples/native-codec/
samples/native-media/
samples/native-plasma/
samples/san-angeles/
samples/test-libstdc++/
samples/two-libs/
no changes added to commit (use "git add" and/or "git commit -a")
Actions