From 7a7524810a0950c1c2b18014a8f1c637275165c4 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 27 Feb 2012 19:54:39 -0800 Subject: 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 --- libs/binder/Android.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/binder/Android.mk') 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 \ -- cgit v1.1