commit | d8931ac871683bc936e34ab452bdb7bffde87f67 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon May 01 17:29:17 2017 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 09 16:40:51 2017 -0700 |
tree | 406353275c1091c8705487080b706fed2a988400 | |
parent | 933eb18785fef1a1324870d07ca87030a9046f61 [diff] [blame] |
fix circular dependency libnativewindow <-> libui Bug: 37647680, 37648355 Test: compile, manual Change-Id: I2fdec8e86f6729aadd572a250b9d55d77f0d4eef
diff --git a/graphics/mapper/2.0/default/GrallocMapper.h b/graphics/mapper/2.0/default/GrallocMapper.h index aa1aeaa..e876fe4 100644 --- a/graphics/mapper/2.0/default/GrallocMapper.h +++ b/graphics/mapper/2.0/default/GrallocMapper.h
@@ -18,7 +18,7 @@ #define ANDROID_HARDWARE_GRAPHICS_MAPPER_V2_0_GRALLOC_MAPPER_H #include <android/hardware/graphics/mapper/2.0/IMapper.h> -#include <system/window.h> +#include <cutils/native_handle.h> #include <mutex> #include <unordered_set>