| ztenghui | 4fcaa70 | 2015-03-04 14:57:23 -0800 | [diff] [blame] | 1 | . ../../../../build/envsetup.sh |
| 2 | mmm -j20 . && mmm -j20 ./testanimated/ && \ | ||||
| 3 | adb install -r $OUT/data/app/AndroidAnimatedVectorDrawableTests/AndroidAnimatedVectorDrawableTests.apk && \ | ||||
| 4 | adb shell am start -n android.support.test.vectordrawable/android.support.test.vectordrawable.TestAVDActivity | ||||
| 5 | |||||