summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
AgeCommit message (Collapse)Author
2017-08-04Mark android.hidl.memory@1.0-impl as vndk-spJiyong Park
This framework HAL is marked as vndk-sp since it is depended by libhidlmemory which is a vndk-sp library. Unlike other HALs from vendors, this HAL can't be placed under /vendor/lib/hw since it is 'framework' HAL that is owned by the platform owner. In order to update the HAL via platform-only update, the lib is marked as vndk-sp, but not as a vendor-only lib. Bug: 62930720 Test: BOARD_VNDK_VERSION=current m android.hidl.memory@1.0-impl successful Test: wahoo devices boots Change-Id: I7fefb3d3f14ad833afe5cf0288b4d0c3fca1f9c8
2017-02-17split android.hidl.memorySteven Moreland
Split android.hidl.memory into android.hidl.memory and android.hidl.allocator. This must be done because IAllocator is served over hwbinder transport and IMapper/IMemory are always going to be passthrough hals. Test: hidl_test, device boots with allocator Bug: 35327976 Change-Id: Ib135b5e101fadadbbf16126a98f90181f76a253b