summaryrefslogtreecommitdiff
path: root/transport/allocator/1.0/utils/Android.bp
AgeCommit message (Collapse)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/libhidlandroid-s-preview-1Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: Android.bp adapter/Android.bp libhidlmemory/Android.bp minijail/Android.bp transport/Android.bp transport/allocator/1.0/Android.bp transport/allocator/1.0/default/Android.bp transport/allocator/1.0/utils/Android.bp transport/allocator/1.0/vts/functional/Android.bp transport/base/1.0/Android.bp transport/base/1.0/vts/functional/Android.bp transport/manager/1.0/Android.bp transport/manager/1.1/Android.bp transport/manager/1.2/Android.bp transport/memory/1.0/Android.bp transport/memory/1.0/default/Android.bp transport/memory/block/1.0/Android.bp transport/memory/token/1.0/Android.bp transport/safe_union/1.0/Android.bp transport/token/1.0/Android.bp transport/token/1.0/utils/Android.bp vintfdata/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I2a7ef0ec44c7b087eb00ed2bdfc4940d07f7a148
2019-09-05Remove libhwbinder/libhidltransport depsSteven Moreland
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I5c69afb373ce3a3f106d7bdcc1a8cf02fccf9d78
2019-02-08Mark libhidlallocatorutil as double_loadableJooyung Han
libhidlallocatorutil is a VNDK lib and also used by LLNDK(libmediandk) which means this lib can be double-loaded. deps: - libmediandk -> libmedia_jni -> libhidlallocatorutils Bug: 121280180 Test: m -j Change-Id: I75e45847e2e1834738b91839d70aa7d520fd17bc
2017-10-19libhidlallocatorutils: IMemoryHeap -> hidl_memorySteven Moreland
Several places originally did this conversion itself. However, it's gross for them to have to care about the hidl detail that IAllocator ashmem corresponds to framework IMemoryHeap. Instead, we hide that behind a hidl-provided function which can modify the opaque data in lock-step with the allocator hal. Bug: 34234561 Test: boot and use with DRM Change-Id: Ia6b9b70fe9573da1518f3ee870e8f3232a8738bb