| commit | 58629291bc145edca8fb303e465c8537bed65314 | [log] [tgz] |
|---|---|---|
| author | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 03 13:08:29 2011 +0000 |
| committer | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 03 13:08:29 2011 +0000 |
| tree | 410475666d60f96be79478d3a553bcbf12aff743 | |
| parent | d0601d2e7dd478d9cca46595afc00782cd97b82b [diff] [blame] |
Adding support to trunk for building Skia using the Android NDK. This CL depends on a subsequent CL to add the appropriate NDK toolchain and system sources to the skia repo. Review URL: http://codereview.appspot.com/5306089/ Review URL: http://codereview.appspot.com/5306089 git-svn-id: http://skia.googlecode.com/svn/trunk@2592 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/SkOSFile.cpp b/src/utils/SkOSFile.cpp index fd5d273..7c2b024 100644 --- a/src/utils/SkOSFile.cpp +++ b/src/utils/SkOSFile.cpp
@@ -132,7 +132,7 @@ return fHandle != (HANDLE)~0 && get_the_file(fHandle, name, dataPtr, getDir); } -#elif defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_UNIX) +#elif defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_ANDROID) #if 0 OSStatus FSPathMakeRef (