diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-16 03:04:01 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-16 03:04:01 +0000 |
commit | d1061e254af7fa8267dc1a5ed444d1c4b1743b6d (patch) | |
tree | aeea386417d107cf27eb805d6e066328cddd4073 | |
parent | 0dd01ee5b5abc06935dced8430d5290c6ac3f958 (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14215 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | platform_tools/android/gyp/skia_android.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi index 29813691ab..9ebee7cc6d 100644 --- a/platform_tools/android/gyp/skia_android.gypi +++ b/platform_tools/android/gyp/skia_android.gypi @@ -61,7 +61,7 @@ 'ANDROID_SDK_ROOT': '<!(echo $ANDROID_SDK_ROOT)', # the ninja generator treats PRODUCT_DIR as a relative path to the # gyp directory but android ant build wants a path relative to the - # build.xml file so we do that adjustment here. + # build.xml file so we do that adjustment here. 'ANDROID_OUT': '../../<(PRODUCT_DIR)/android' }, 'actions': [ |