| Index: gyp/dng_sdk.gyp
|
| diff --git a/gyp/dng_sdk.gyp b/gyp/dng_sdk.gyp
|
| index d57c730e91dd4a385b41c971185a718c1760ee48..7655fd3885490e9a798bd6c3f5247e50898a6e16 100644
|
| --- a/gyp/dng_sdk.gyp
|
| +++ b/gyp/dng_sdk.gyp
|
| @@ -117,12 +117,6 @@
|
| 'cflags_cc!': [ '-fno-rtti' ],
|
| 'cflags': [ '<@(other_cflags)' ],
|
| 'conditions': [
|
| - ['skia_os == "android"', {
|
| - 'cflags': [
|
| - # FIXME: only disable ::posix_memalign() when needed.
|
| - '-DNO_POSIX_MEMALIGN',
|
| - ],
|
| - }],
|
| ['skia_os == "ios" or skia_os == "mac"', {
|
| 'xcode_settings': {
|
| 'OTHER_CFLAGS': [ '<@(other_cflags)' ],
|
|
|