Commits
Isaac J. Manjarres committed f40a12b32a5
ANDROID: staging: android: ion: Decouple ION page pooling from ION core Since page pooling is compiled together with the system heap, and it is the only user, page pooling should not be a part of the ION core. Thus, separate it out as a library, and give it its own interface. Bug: 133508579 Test: ion-unit-tests Change-Id: I95909d250fc37a401d9e23264cd27c78a2a74637 Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org> Signed-off-by: Sandeep Patil <sspatil@google.com>