summaryrefslogtreecommitdiffstats
path: root/include/binder/MemoryBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/binder/MemoryBase.h')
-rw-r--r--include/binder/MemoryBase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/binder/MemoryBase.h b/include/binder/MemoryBase.h
index 463e26d..fa0b8d1 100644
--- a/include/binder/MemoryBase.h
+++ b/include/binder/MemoryBase.h
@@ -40,6 +40,9 @@ protected:
const sp<IMemoryHeap>& getHeap() const { return mHeap; }
private:
+ // Backwards compatibility for libdatabase_sqlcipher (http://b/8253769).
+ MemoryBase(const sp<IMemoryHeap>& heap, long offset, unsigned int size);
+
size_t mSize;
ssize_t mOffset;
sp<IMemoryHeap> mHeap;