summaryrefslogtreecommitdiff
path: root/transport/memory
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-01 23:20:03 +0900
committerJiyong Park <jiyong@google.com>2017-08-23 09:46:19 +0900
commit8b992c42421bfddcb8e60ddf91b0a5b3a77ce733 (patch)
tree843c64aae0b0c304897772ab87b160ef91e20fda /transport/memory
parent806505ea2e6fb249c08f180dc1a8e682373badf6 (diff)
downloadlibhidl-8b992c42421bfddcb8e60ddf91b0a5b3a77ce733.tar.gz
Mark android.hidl.memory@1.0-impl as vndk-sp
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 Merged-In: I7fefb3d3f14ad833afe5cf0288b4d0c3fca1f9c8 Change-Id: I7fefb3d3f14ad833afe5cf0288b4d0c3fca1f9c8
Diffstat (limited to 'transport/memory')
-rw-r--r--transport/memory/1.0/default/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/transport/memory/1.0/default/Android.bp b/transport/memory/1.0/default/Android.bp
index a996f26..9f47244 100644
--- a/transport/memory/1.0/default/Android.bp
+++ b/transport/memory/1.0/default/Android.bp
@@ -14,6 +14,11 @@
cc_library_shared {
name: "android.hidl.memory@1.0-impl",
+ vendor_available: true,
+ vndk: {
+ enabled: true,
+ support_system_process: true,
+ },
compile_multilib: "both",
relative_install_path: "hw",
defaults: ["libhidl-defaults"],