diff options
Diffstat (limited to 'include/binder/MemoryDealer.h')
-rw-r--r-- | include/binder/MemoryDealer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/binder/MemoryDealer.h b/include/binder/MemoryDealer.h index 170f20d..2512c27 100644 --- a/include/binder/MemoryDealer.h +++ b/include/binder/MemoryDealer.h @@ -14,6 +14,10 @@ * limitations under the License. */ +#ifdef USE_ECLAIR_MEMORYDEALER +#include <binder/MemoryDealerEclair.h> +#else + #ifndef ANDROID_MEMORY_DEALER_H #define ANDROID_MEMORY_DEALER_H @@ -58,3 +62,4 @@ private: }; // namespace android #endif // ANDROID_MEMORY_DEALER_H +#endif // USE_ECLAIR_MEMORYDEALER |