Added direct_dependent_settings to dl.gyp so other modules can use the Openmax interface. R=andrew@webrtc.org, rtoy@google.com Review URL: https://webrtc-codereview.appspot.com/2189005 git-svn-id: http://webrtc.googlecode.com/svn/deps/third_party/openmax@4797 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/dl/dl.gyp b/dl/dl.gyp index 40cbdc4..07d3353 100644 --- a/dl/dl.gyp +++ b/dl/dl.gyp
@@ -26,6 +26,11 @@ # runtime detection. '-mfpu=neon', ], + 'direct_dependent_settings': { + 'include_dirs': [ + '../', + ], + }, 'sources': [ 'api/armCOMM_s.h', 'api/armOMX.h',