summaryrefslogtreecommitdiffstats
path: root/libs/binder/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-27 19:54:39 -0800
committerMathias Agopian <mathias@google.com>2012-02-27 19:58:57 -0800
commit7a7524810a0950c1c2b18014a8f1c637275165c4 (patch)
tree3acf9baaeac8427a99c27354e92b5d8daf0e1cc6 /libs/binder/Android.mk
parented61a47c5b23e277d20a49fceb16d6ba5896b7d2 (diff)
downloadframeworks_native-7a7524810a0950c1c2b18014a8f1c637275165c4.zip
frameworks_native-7a7524810a0950c1c2b18014a8f1c637275165c4.tar.gz
frameworks_native-7a7524810a0950c1c2b18014a8f1c637275165c4.tar.bz2
get rid of MemoryHeapPmem
MemoryHeapPmem is not used any longer. PMEM is not a supported type of memory by the system anymore. a particular device might use PMEM and need something like MemoryHeapPmem, in this case this should be implemented in device specific code (HAL). This will most likely break older no longer supported targets. Change-Id: I434e4291219950018de8b793b0403bb2d92dd5cc
Diffstat (limited to 'libs/binder/Android.mk')
-rw-r--r--libs/binder/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk
index fd116b7..d449298 100644
--- a/libs/binder/Android.mk
+++ b/libs/binder/Android.mk
@@ -24,7 +24,6 @@ sources := \
MemoryDealer.cpp \
MemoryBase.cpp \
MemoryHeapBase.cpp \
- MemoryHeapPmem.cpp \
Parcel.cpp \
PermissionCache.cpp \
ProcessState.cpp \